Class: Object

Inherits:
BasicObject
Defined in:
lib/macro.rb

Overview

:nodoc:

Class Method Summary collapse

Class Method Details

.new_bindingObject

as close as I can get to an empty binding (used below in Macro.eval)



29
30
31
# File 'lib/macro.rb', line 29

def Object.new_binding() # :nodoc:
  binding 
end