Method: Puppet::Type#line
- Defined in:
- lib/puppet/type.rb
#line ⇒ Integer
Returns The line in #file from which this type originates from.
2265 2266 2267 |
# File 'lib/puppet/type.rb', line 2265 def line @line end |
Returns The line in #file from which this type originates from.
2265 2266 2267 |
# File 'lib/puppet/type.rb', line 2265 def line @line end |