Method: Puppet::Pops::Types::PCallableType#eql?
- Defined in:
- lib/puppet/pops/types/types.rb
#eql?(o) ⇒ Boolean
2380 2381 2382 |
# File 'lib/puppet/pops/types/types.rb', line 2380 def eql?(o) self.class == o.class && @param_types == o.param_types && @block_type == o.block_type && @return_type == o.return_type end |