# File lib/hashie-forbidden_attributes/hashie/mash.rb, line 8 def respond_to_missing?(method_name, *args) return false if method_name == :permitted? _respond_to_missing?(method_name, args) end