Module: Puppet::Pops::Types::PFloatType::ClassModule

Defined in:
lib/puppet/pops/types/types.rb

Instance Method Summary collapse

Instance Method Details

#==(o) ⇒ Object



147
148
149
# File 'lib/puppet/pops/types/types.rb', line 147

def ==(o)
  self.class == o.class && from == o.from && to == o.to
end

#hashObject



143
144
145
# File 'lib/puppet/pops/types/types.rb', line 143

def hash
  [self.class, from, to].hash
end