Class: FunFX::Table

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

Class Method Summary collapse

Class Method Details

.from_funfx_string(s) ⇒ Object

Returns a two-dimensional array



30
31
32
# File 'lib/funfx/decoder.rb', line 30

def self.from_funfx_string(s)
  FasterCSV.parse(s)
end