class ActiveModel::Type::Value

def initialize(precision: nil, limit: nil, scale: nil)

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

def initialize: (precision: nil, limit: nil, scale: nil) -> void

This signature was generated using 1 sample from 1 application.

def initialize(precision: nil, limit: nil, scale: nil)
  @precision = precision
  @scale = scale
  @limit = limit
end