class ActiveModel::Type::Value

def hash

Experimental RBS support (using type sampling data from the type_fusion project).

def hash: () -> Integer

This signature was generated using 2 samples from 2 applications.

def hash
  [self.class, precision, scale, limit].hash
end