Method: Expire::Commands::RuleClasses#execute
- Defined in:
- lib/expire/commands/rule_classes.rb
#execute(output: $stdout) ⇒ Object
standard:enable Style/RedundantInitialize
14 15 16 17 18 |
# File 'lib/expire/commands/rule_classes.rb', line 14 def execute(output: $stdout) Expire.rule_classes.each do |rule_class| output.puts rule_class end end |