Module: Sheetah::Types::Cast
- Defined in:
- lib/sheetah/types/cast.rb
Instance Method Summary collapse
Instance Method Details
#==(other) ⇒ Object
7 8 9 |
# File 'lib/sheetah/types/cast.rb', line 7 def ==(other) other.is_a?(self.class) && other.config == config end |