class AWS::Core::XML::Frame

def add_text chars

def add_text chars
  @text ||= ''
  @text << chars
end