Class: Sphene::Types::Float

Inherits:
Base
  • Object
show all
Defined in:
lib/sphene/types/float.rb

Class Method Summary collapse

Methods inherited from Base

cast

Class Method Details

.perform(value) ⇒ Object



6
7
8
# File 'lib/sphene/types/float.rb', line 6

def self.perform(value)
  Float(value)
end