Class: TSV::StringSerializer

Inherits:
Object
  • Object
show all
Defined in:
lib/rbbt/tsv/serializers.rb

Class Method Summary collapse

Class Method Details

.dump(str) ⇒ Object



23
# File 'lib/rbbt/tsv/serializers.rb', line 23

def self.dump(str); str.to_s; end

.load(str) ⇒ Object



24
# File 'lib/rbbt/tsv/serializers.rb', line 24

def self.load(str); str; end