class Marray
tags.rb:Marray
This is the helper class that allows us to recreate a multidimensional array.
Public Instance Methods
[](i)
click to toggle source
Calls superclass method
# File lib/devist/models/tags.rb, line 6 def [](i) super.nil? ? self[i] = Marray.new : super end