Method: Object#erb_template

Defined in:
lib/eac_templates/patches/object/erb_template.rb

#erb_template(subpath, binding_obj = nil) ⇒ Object



6
7
8
# File 'lib/eac_templates/patches/object/erb_template.rb', line 6

def erb_template(subpath, binding_obj = nil)
  self.class.erb_template(subpath, binding_obj || binding)
end