class Array
Public Instance Methods
to_json()
click to toggle source
# File lib/ext/array.rb, line 2 def to_json JSON::stringify(self) end
# File lib/ext/array.rb, line 2 def to_json JSON::stringify(self) end