Class: Utils::JSer::JSArray
- Inherits:
-
Array
- Object
- Array
- Utils::JSer::JSArray
- Includes:
- Utils::JSer
- Defined in:
- lib/ngi/utils/jser.rb
Overview
Another JSer class Usage:
JSArray.new(["some","array"]).to_str
Instance Method Summary collapse
-
#initialize(array) ⇒ JSArray
constructor
A new instance of JSArray.
Methods included from Utils::JSer
Constructor Details
#initialize(array) ⇒ JSArray
Returns a new instance of JSArray.
42 43 44 |
# File 'lib/ngi/utils/jser.rb', line 42 def initialize(array) super end |