Method: Maglev::Section::Store#initialize
- Defined in:
- app/models/maglev/section.rb
#initialize(array) ⇒ Store
Returns a new instance of Store.
77 78 79 |
# File 'app/models/maglev/section.rb', line 77 def initialize(array) @array = array end |