class Troy::Meta

def content

def content
  @content ||= raw.gsub(REGEX, "")
end