Module: TemplateMethod::Controls::TemplateMethod::Implemented::PrependedModule::Example::PrependedModule::SomeMethod

Defined in:
lib/template_method/controls/template_method/implemented.rb

Instance Method Summary collapse

Instance Method Details

#some_methodObject



71
72
73
74
75
# File 'lib/template_method/controls/template_method/implemented.rb', line 71

def some_method
  return super
rescue NoMethodError
  return nil
end