Method: Fools::Rules::Resist#initialize
- Defined in:
- lib/fools/rules/romance/rule.rb
#initialize ⇒ Resist
Add the actions
60 61 62 63 64 |
# File 'lib/fools/rules/romance/rule.rb', line 60 def initialize super add_action :>=, 0, ResistedRomance add_action :<, 0, Smitten end |