# File lib/aws/core/xml_grammar.rb, line 72 def inspect methods = @data.keys "<Object #{methods.reject{|m| m =~ /=$/ }.join(', ')}>" end