class Utils::JSer::JSArray
Another JSer
class Usage:
JSArray.new(["some","array"]).to_str
Public Class Methods
new(array)
click to toggle source
Calls superclass method
Utils::JSer#new
# File lib/ngi/utils/jser.rb, line 42 def initialize(array) super end