class Spyke::Collection

Attributes

metadata[R]

Public Class Methods

new(elements, metadata = {}) click to toggle source
Calls superclass method
# File lib/spyke/collection.rb, line 5
def initialize(elements, metadata = {})
  super(elements)
  @metadata = metadata
end