method
hash
v8.0.0 -
Show 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