Class: Unit::Types::Integer
- Inherits:
-
Object
- Object
- Unit::Types::Integer
- Defined in:
- lib/unit-ruby/types/integer.rb
Class Method Summary collapse
Class Method Details
.cast(value) ⇒ Object
4 5 6 |
# File 'lib/unit-ruby/types/integer.rb', line 4 def self.cast(value) value&.to_i end |