Module: RuleMappings
- Defined in:
- lib/rules/rule_mappings.rb
Class Method Summary collapse
Class Method Details
.prefix_map ⇒ Object
2 3 4 5 6 7 8 9 |
# File 'lib/rules/rule_mappings.rb', line 2 def self.prefix_map { :i => :include, :x => :exclude, :iy => :include_and_yield, :xy => :exclude_and_yield } end |