1 2 3 4 5 6 7 8 9
#!/usr/bin/env ruby # # irb.rb - interactive ruby # by Keiju ISHITSUKA(keiju@ruby-lang.org) # require "irb" IRB.start(__FILE__)