class AWS::Core::XmlGrammar::Context

def respond_to?(m)

def respond_to?(m)
  @data.key?(m.to_sym) or super
end