42 43 44
# File 'lib/static_model.rb', line 42 def ==(other) other.present? && other.is_a?(self.class) && id == other.id end