Method: Alf::Tuple#to_json

Defined in:
lib/alf/tuple.rb

#to_json(*args, &bl) ⇒ Object



88
89
90
# File 'lib/alf/tuple.rb', line 88

def to_json(*args, &bl)
  to_hash.to_json(*args, &bl)
end