Class: Object

Inherits:
BasicObject
Defined in:
lib/ehbrs/patches/object/erb_template.rb

Instance Method Summary collapse

Instance Method Details

#erb_template(subpath, binding_obj = self) ⇒ Object



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

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