class EacRubyUtils::MethodClass::Setup

def perform

def perform
  the_setup = self
  sender_module.define_method(method_name) do |*args, &block|
    the_setup.method_class.new(self, *args, &block).result
  end
end