Class: EacRubyUtils::MethodClass::Setup
- Inherits:
-
ActsAsInstanceMethod
- Object
- ActsAsInstanceMethod
- EacRubyUtils::MethodClass::Setup
- Defined in:
- lib/eac_ruby_utils/method_class.rb
Instance Method Summary collapse
Methods inherited from ActsAsInstanceMethod
Instance Method Details
#default_sender_module ⇒ Object
23 24 25 26 27 |
# File 'lib/eac_ruby_utils/method_class.rb', line 23 def default_sender_module r = super r = r.singleton_class if static_method r end |
#perform ⇒ Object
19 20 21 |
# File 'lib/eac_ruby_utils/method_class.rb', line 19 def perform setup end |