Class: EacRubyUtils::MethodClass::Setup

Inherits:
ActsAsInstanceMethod show all
Defined in:
lib/eac_ruby_utils/method_class.rb

Instance Method Summary collapse

Methods inherited from ActsAsInstanceMethod

#method_name, #method_name_mark, #setup

Instance Method Details

#default_sender_moduleObject



25
26
27
28
29
# File 'lib/eac_ruby_utils/method_class.rb', line 25

def default_sender_module
  r = super
  r = r.singleton_class if static_method
  r
end

#performObject



21
22
23
# File 'lib/eac_ruby_utils/method_class.rb', line 21

def perform
  setup
end