From: siva kumar Date: 2013-04-10T15:30:47+09:00 Subject: unterminated string meets end of file I am new to ruby and practising modules # here is the file mystuff.rb module MyStuff def MyStuff.apple() puts "I AM APPLES!" end end #here is the file ex1.rb require 'mystuffb MyStuff.apple() when i execute ex1.rb it throws an error ex1.rb:1: unterminated string meets end of file -- Posted via http://www.ruby-forum.com/.