Method: Puppet::Pops::Types::PNumericType#unbounded?
- Defined in:
- lib/puppet/pops/types/types.rb
#unbounded? ⇒ Boolean
945 946 947 |
# File 'lib/puppet/pops/types/types.rb', line 945 def unbounded? @from == -Float::INFINITY && @to == Float::INFINITY end |