# File lib/jira/has_many_proxy.rb, line 40 def method_missing(method_name, *args, &block) collection.send(method_name, *args, &block) end