module Collection::Controls::Array

Public Class Methods

example() click to toggle source
# File lib/collection/controls/array.rb, line 4
def self.example
  [Member.new, Member.new]
end