Class: FunFX::Table
- Inherits:
-
Object
- Object
- FunFX::Table
- Defined in:
- lib/funfx/decoder.rb
Class Method Summary collapse
-
.from_funfx_string(s) ⇒ Object
Returns a two-dimensional array.
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 |