IRB::InputMethod
# File irb/input-method.rb, line 66 def initialize(file) super @io = open(file) end
# File irb/input-method.rb, line 72 def eof? @io.eof? end
# File irb/input-method.rb, line 76 def gets print @prompt l = @io.gets # print @prompt, l l end
This page was generated for Ruby 1.8.6
Generated with Ruby-doc Rdoc Generator 0.44.0.