410 likes | 544 Views
The command line. irb starts an interactive Ruby interpreterruby starts Ruby, with input from the command lineEnd with an end-of-file character (^D or F6)Not actually very usefulruby filename.rb executes the given fileruby -e quotedString executes the quoted stringExample: ruby -e 'puts "The t
E N D