class EacRubyUtils::MethodClass::Setup

def sender_module

def sender_module
  r = method_class.module_parent
  r = r.singleton_class if static_method
  r
end