Method: Puppet::Context::EmptyStack#bindings
- Defined in:
- lib/puppet/context.rb
#bindings ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Return the bindings table, which is always empty here
134 135 136 |
# File 'lib/puppet/context.rb', line 134 def bindings {} end |