Method: Puppet::Interface::Action#to_s
- Defined in:
- lib/puppet/interface/action.rb
#to_s ⇒ 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.
48 |
# File 'lib/puppet/interface/action.rb', line 48 def to_s() "#{@face}##{@name}" end |