method
hash
rails latest stable - Class:
ActiveModel::Type::Value
hash()public
No documentation available.
# File activemodel/lib/active_model/type/value.rb, line 129
def hash
[self.class, precision, scale, limit].hash
end