Method: Puppet::Pops::Issues::MessageData#format
- Defined in:
- lib/puppet/pops/issues.rb
#format(hash, &block) ⇒ 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.
74 75 76 77 |
# File 'lib/puppet/pops/issues.rb', line 74 def format(hash, &block) @data = hash instance_eval(&block) end |