class ActiveModel::Type::Integer

def type

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

def type: () -> Symbol

This signature was generated using 3 samples from 2 applications.

def type
  :integer
end