在Mac OS终端中使用Ruby:未终止的字符串符合文件末尾

时间:2014-12-12 19:24:07

标签: ruby-on-rails ruby macos

我一直在Mac OS X 10.10.1上运行Ruby教程,运行Ruby 2.0.0p481。我的程序保存为“calc.rb”。

当我被要求运行基本字符串时:

puts 'i like' + 'apples.'

终端将返回:

calc.rb:4: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '('

或:

calc.rb:1: unterminated string meets end of file

这似乎是随意的。我不确定如何前进。我也有这个问题大约30分钟,只是试图运行一个基本的字符串,如:

puts 'hello, world!'

0 个答案:

没有答案