Class: Sphene::Types::Integer
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.perform(value) ⇒ Object
6 7 8 |
# File 'lib/sphene/types/integer.rb', line 6 def self.perform(value) Integer(value) end |