Method: Monolens::Core::Chain#initialize

Defined in:
lib/monolens/stdlib/core/chain.rb

#initialize(options, registry) ⇒ Chain

Returns a new instance of Chain.



8
9
10
11
# File 'lib/monolens/stdlib/core/chain.rb', line 8

def initialize(options, registry)
  super({}, registry)
  @lenses = options.map{|l| lens(l) }
end