ruby on rails - How to compile RoR code in Notepad++? -


i tried tutorial didn't give me output.

ruby not compiled language, interpreted one. if want output, can run irb (interactive ruby shell) in command line, , enter code in line-by-line or run in command line ruby file_name.rb. should provide output looking for. in opinion , experience, command line best way work ruby.


Comments