mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
9 lines
135 B
Ruby
Executable file
9 lines
135 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
#
|
|
# irb.rb - interactive ruby
|
|
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
|
#
|
|
|
|
require "irb"
|
|
|
|
IRB.start(__FILE__)
|