# File lib/toml.rb, line 18
  def self.load(content)
    Parser.new(content).parsed
  end