Class: EnvValidator::Types::Integer
- Defined in:
- lib/env_validator/types.rb
Instance Method Summary collapse
Instance Method Details
#coerce(value) ⇒ Object
36 37 38 |
# File 'lib/env_validator/types.rb', line 36 def coerce(value) Integer(value) end |