Class: IRB::WorkSpace

Inherits:
Object
  • Object
show all
Defined in:
lib/rbtrace/interactive/irb.rb

Instance Method Summary collapse

Instance Method Details

#evaluate(statements, file = __FILE__, line = __LINE__) ⇒ Object



23
24
25
# File 'lib/rbtrace/interactive/irb.rb', line 23

def evaluate(statements, file=__FILE__, line=__LINE__)
  RBTraceCLI.tracer.eval(statements)
end