Method: Puppet::Transaction::Event#inspect
- Defined in:
- lib/puppet/transaction/event.rb
#inspect ⇒ 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.
135 136 137 |
# File 'lib/puppet/transaction/event.rb', line 135 def inspect %Q(#<#{self.class.name} @name="#{@name.inspect}" @message="#{@message.inspect}">) end |