# File lib/hashie/extensions/method_access.rb, line 214
      def respond_to_missing?(name, include_private = false)
        return true if name.to_s.end_with?('=')
        super
      end