Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

Commit

Permalink
Fixed a typo in ContextualRuleSet#concat
Browse files Browse the repository at this point in the history
  • Loading branch information
azimux committed Jan 26, 2012
1 parent e158693 commit 9d6f691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aequitas/contextual_rule_set.rb
Expand Up @@ -111,7 +111,7 @@ def add(rule_class, attribute_names, options = {}, &block)
# @return [self] # @return [self]
def concat(other) def concat(other)
other.rule_sets.each do |context_name, rule_set| other.rule_sets.each do |context_name, rule_set|
add_rules_to_context(context_name, rules) add_rules_to_context(context_name, rule_set)
end end


self self
Expand Down

0 comments on commit 9d6f691

Please sign in to comment.