Class: WebConsole::REPL::Pry::FiberInput

Inherits:
Object
  • Object
show all
Defined in:
lib/web_console/repl/pry.rb

Instance Method Summary collapse

Instance Method Details

#previousObject



10
11
12
# File 'lib/web_console/repl/pry.rb', line 10

def previous
  @previous ||= ''
end

#readlineObject



14
15
16
# File 'lib/web_console/repl/pry.rb', line 14

def readline
  @previous = Fiber.yield
end