class Troy::XML

def context

def context
  @context ||= Context.new(data.merge(xml: xml)).extend(Helpers)
end