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, #setup

Instance Method Details

#default_sender_moduleObject



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

#performObject



19
20
21
# File 'lib/eac_ruby_utils/method_class.rb', line 19

def perform
  setup
end