# File lib/toml.rb, line 22
  def self.load_file(path)
    Parser.new(File.read(path)).parsed
  end