# File lib/rr/double_definitions/strategies/strategy_methods.rb, line 6 def lately_bound_alias_method(target_method_name, source_method_name) module_eval("def \#{target_method_name}(*args, &block)\n\#{source_method_name}(*args, &block)\nend\n", __FILE__, __LINE__+1) end