Method: Puppet::Pops::Time::Timespan::Format::Segment#multiplier
- Defined in:
- lib/puppet/pops/time/timespan.rb
#multiplier ⇒ Object
324 325 326 |
# File 'lib/puppet/pops/time/timespan.rb', line 324 def multiplier raise NotImplementedError, "'#{self.class.name}' should implement #multiplier" end |