Module: Sheetah::Types::Cast

Included in:
Scalars::BoolsyCast, Scalars::DateStringCast, Scalars::EmailCast, Scalars::ScalarCast
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