Method: JSON::Next::Commata.convert

Defined in:
lib/json/next/commata.rb

.convert(str, opts = {}) ⇒ Object

convenience helper



12
13
14
# File 'lib/json/next/commata.rb', line 12

def self.convert( str, opts={} )
   self.new.convert( str, opts )
end