# File lib/resource_controller/response_collector.rb, line 12 def method_missing(method_name, &block) @responses.delete self[method_name] @responses << [method_name, block || nil] end