Class: Librarian::Puppet::Lockfile
- Inherits:
-
Lockfile
- Object
- Lockfile
- Librarian::Puppet::Lockfile
- Defined in:
- lib/librarian/puppet/lockfile.rb
Defined Under Namespace
Classes: Parser
Instance Method Summary collapse
Instance Method Details
#load(string) ⇒ Object
72 73 74 |
# File 'lib/librarian/puppet/lockfile.rb', line 72 def load(string) Parser.new(environment).parse(string) end |