Method: Finitio::AnyType#==
- Defined in:
- lib/finitio/type/any_type.rb
#==(other) ⇒ Object Also known as: eql?
49 50 51 |
# File 'lib/finitio/type/any_type.rb', line 49 def ==(other) super || other.is_a?(AnyType) end |
49 50 51 |
# File 'lib/finitio/type/any_type.rb', line 49 def ==(other) super || other.is_a?(AnyType) end |