ruby-variable-assignment-bootcamp-prep-000

时间:2021-02-19 14:36:39
【文件属性】:
文件名称:ruby-variable-assignment-bootcamp-prep-000
文件大小:5KB
文件格式:ZIP
更新时间:2021-02-19 14:36:39
Ruby 变量分配 目标 分配局部变量。 指示 您将分配一个名为greeting的局部变量,该变量等于"Hello World" 。 您首先应该通过运行learn来确保测试套件正确运行。 在首次运行测试套件时,您应该看到: Failures: 1) ./variable.rb defined a local variable called greeting and set it equal to 'Hello World' Failure/Error: greeting = get_variable_from_file('./variable.rb', "greeting") NameError: local variable `greeting' not defined in ./variable.rb. # ./spec/spec_helpe

网友评论