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