Sha256: 140ce7275e6bddf0cfc5addab277e95105ec9e701c2ed2c75e7b99e1af75c536
Contents?: true
Size: 187 Bytes
Versions: 17
Compression:
Stored size: 187 Bytes
Contents
class Array def to_gmaps4rails json = "[" each do |object| json += Gmaps4rails.create_json(object).to_s end json.chop! unless json == "[" json += "]" end end
Version data entries
17 entries across 17 versions & 1 rubygems