module Softlayer::Float
Public Instance Methods
new(value)
click to toggle source
# File lib/softlayer/float.rb, line 3 def new(value) value.to_f end
# File lib/softlayer/float.rb, line 3 def new(value) value.to_f end