Method: Puppet::Interface#to_s
- Defined in:
- lib/puppet/interface.rb
#to_s ⇒ String Also known as: inspect
Returns a string representation with the face’s name and version
179 180 181 |
# File 'lib/puppet/interface.rb', line 179 def to_s "Puppet::Face[#{name.inspect}, #{version.inspect}]" end |