Class: Integer

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

Class Method Summary collapse

Class Method Details

.parse(val) ⇒ Object



21
22
23
# File 'lib/giant_bomb/core_extensions.rb', line 21

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