Method: Magiq::Builder#initialize

Defined in:
lib/magiq/builder.rb

#initializeBuilder

Returns a new instance of Builder.



12
13
14
15
16
# File 'lib/magiq/builder.rb', line 12

def initialize
  @listeners   = Hash.new { |h, k| h[k] = [] }
  @constraints = []
  @params      = {}
end