Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/funfx/decoder.rb

Overview

Standard Ruby type extensions :stopdoc:

Class Method Summary collapse

Class Method Details

.from_funfx_string(s) ⇒ Object



40
41
42
# File 'lib/funfx/decoder.rb', line 40

def self.from_funfx_string(s)
  s.to_i
end