Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
IRB::InputMethod
# File irb/input-method.rb, line 75 def initialize(file) super @io = IRB::MagicFile.open(file) end
# File irb/input-method.rb, line 92 def encoding @io.external_encoding end
# File irb/input-method.rb, line 81 def eof? @io.eof? end
# File irb/input-method.rb, line 85 def gets print @prompt l = @io.gets # print @prompt, l l end
This page was generated for Ruby 1.9.2
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.0.