Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/dnapi/extensions.rb

Instance Method Summary collapse

Instance Method Details

#to_jexpObject



2
3
4
# File 'lib/dnapi/extensions.rb', line 2

def to_jexp
  map {|v| JSON.jexp(v) }
end