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

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

Instance Method Summary collapse

Instance Method Details

#==(o) ⇒ Object



159
160
161
# File 'lib/puppet/pops/types/types.rb', line 159

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

#hashObject



155
156
157
# File 'lib/puppet/pops/types/types.rb', line 155

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