# File lib/aws/xml_grammar.rb, line 815 def inspect methods = public_methods - Object.public_methods "<Stub #{methods.collect{|m| ":#{m}" }.sort.join(', ')}>" end