Class: Float

Inherits:
Object show all
Defined in:
lib/giant_bomb/core_extensions.rb

Class Method Summary collapse

Class Method Details

.parse(val) ⇒ Object



15
16
17
# File 'lib/giant_bomb/core_extensions.rb', line 15

def self.parse(val)
  Float(val)
end