# File lib/rr/injections/double_injection.rb, line 14 def find_or_create_by_subject(subject, method_name) find_or_create(class << subject; self; end, method_name) end