15 16 17 18 19 20 21 22
# File 'lib/legatus/directive.rb', line 15 def props schema = yield @properties = {} schema.each do |key, invocations| @properties[key] = Chain.new(invocations) end end