Class: Array

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

Class Method Summary collapse

Class Method Details

.from_funfx_string(s) ⇒ Object



46
47
48
# File 'lib/funfx/decoder.rb', line 46

def self.from_funfx_string(s)
  self.new(1, s)
end