# File lib/active_model/attribute_methods.rb, line 418 def attribute_missing(match, *args, &block) __send__(match.target, match.attr_name, *args, &block) end