class Troy::Meta

def data

def data
  @data ||=
    REGEX.match?(raw) ? YAML.unsafe_load(raw[REGEX, 1]) : {}
end