Class: DSL::Maker::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/dsl/maker.rb

Overview

This is the base class for all DSL-parsing classes.

Instance Method Summary collapse

Instance Method Details

#get_bindingObject



22
23
24
# File 'lib/dsl/maker.rb', line 22

def get_binding
  binding
end