Imported File#ftype spec from rubyspecs.
[rbx.git] / lib / bin / irb
blobac01861e86ee137a4a847de6c55cb31e3049ba57
1 #!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
3 #   irb.rb - intaractive ruby
4 #       $Release Version: 0.9.5 $
5 #       $Revision: 11708 $
6 #       $Date: 2007-02-13 08:01:19 +0900 (Tue, 13 Feb 2007) $
7 #       by Keiju ISHITSUKA(keiju@ruby-lang.org)
10 require "irb"
11 require 'irb/rubinius'
13 IRB.start(__FILE__)