# File lib/librarian/lockfile.rb, line 20
    def load(string)
      Parser.new(environment).parse(string)
    end