Method: Expire::Commands::RuleNames#execute
- Defined in:
- lib/expire/commands/rule_names.rb
#execute(input: $stdin, output: $stdout) ⇒ Object
13 14 15 16 17 |
# File 'lib/expire/commands/rule_names.rb', line 13 def execute(input: $stdin, output: $stdout) Expire.rule_names.each do |rule_name| output.puts rule_name end end |