Class: IRB::WorkSpace

Inherits:
Object show all
Defined in:
lib/macro.rb

Instance Method Summary collapse

Instance Method Details

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



1005
1006
1007
# File 'lib/macro.rb', line 1005

def evaluate(context, statements, file = __FILE__, line = __LINE__)
  Macro.eval(statements, @binding, file, line)
end