Programming univbasics 3 methods scope lab online web prework 源码
方法范围实验室 学习目标 定义局部变量 定义方法 定义一个带有参数的方法 介绍 我们将构建一个标语生成器,以从一些流行的视频游戏中输出标语。 让我们利用我们的方法,范围和变量知识! 定义局部变量 打开lib/catch_phrases.rb 。 您应该看到以下方法: def mario status = 'Thank You Mario! But Our Princess Is In Another Castle!' puts phrase end 注意,这个方法试图puts了一个变量,名为phrase 。 如果我们仅通过在此实验室目录中的终端中键入rspec spec/catc
文件列表
programming-univbasics-3-methods-scope-lab-online-web-prework-master.zip
(预估有个10文件)
programming-univbasics-3-methods-scope-lab-online-web-prework-master
.learn
35B
lib
catch_phrases.rb
129B
Gemfile
53B
spec
catch_phrases_spec.rb
896B
spec_helper.rb
3KB
CONTRIBUTING.md
2KB
LICENSE.md
1KB
暂无评论