Class: WebConsole::REPL::Pry::FiberInput
- Inherits:
-
Object
- Object
- WebConsole::REPL::Pry::FiberInput
- Defined in:
- lib/web_console/repl/pry.rb
Instance Method Summary collapse
Instance Method Details
#previous ⇒ Object
10 11 12 |
# File 'lib/web_console/repl/pry.rb', line 10 def previous @previous ||= '' end |
#readline ⇒ Object
14 15 16 |
# File 'lib/web_console/repl/pry.rb', line 14 def readline @previous = Fiber.yield end |