我一直在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!'