Method: Puppet::Pops::PN#to_s
- Defined in:
- lib/puppet/pops/pn.rb
#to_s ⇒ Object
21 22 23 24 25 |
# File 'lib/puppet/pops/pn.rb', line 21 def to_s s = '' format(nil, s) s end |
21 22 23 24 25 |
# File 'lib/puppet/pops/pn.rb', line 21 def to_s s = '' format(nil, s) s end |