I'm learning Ruby through the Learn Ruby The Hard Way method and I had trouble with running this program... can you help me?
When I try to run the program I did with tex editor, I get this error:
MacBook-Air-de-Andre:Aulas_Ruby andrelfdacosta$ Ruby ex1.rb /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin13/rbconfig.rb:212: warning: Insecure world writable dir /usr/local in PATH, mode 040777 ex1.rb:6: unterminated string meets end of file
I'm positively on the right folder (directory) but still... have no idea what is happening.
Thanks!