Parent

OpenCollection

OpenCollection

Mapping OpenObject.

Public Class Methods

new(*hash) click to toggle source
    # File lib/more/facets/opencollection.rb, line 30
30:   def initialize(*hash)
31:     @opens = hash.map do |h|
32:       OpenObject.new(h)
33:     end
34:   end

Public Instance Methods

method_missing(sym) click to toggle source
    # File lib/more/facets/opencollection.rb, line 36
36:   def method_missing(sym)
37:     @opens.map do |o|
38:       o.send(sym)
39:     end
40:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.