# File lib/webby/resources/meta_file.rb, line 160
  def meta_data
    return if meta_end.nil?

    @io.seek 0
    return YAML.load(@io)
  end