class Object
Public Instance Methods
gets()
click to toggle source
# File lib/live_ast/irb_spy.rb, line 40 def gets live_ast_original_gets.tap do LiveAST::IRBSpy.history = @line if defined?(@line) end end
# File lib/live_ast/irb_spy.rb, line 40 def gets live_ast_original_gets.tap do LiveAST::IRBSpy.history = @line if defined?(@line) end end