Module: ForemanMaintain::Concerns::Systemd
- Defined in:
- lib/foreman_maintain/concerns/systemd.rb
Instance Method Summary collapse
Instance Method Details
#action_noun(action) ⇒ Object
4 5 6 |
# File 'lib/foreman_maintain/concerns/systemd.rb', line 4 def action_noun(action) action_word_modified(action) + 'ing' end |
#action_past_tense(action) ⇒ Object
8 9 10 |
# File 'lib/foreman_maintain/concerns/systemd.rb', line 8 def action_past_tense(action) action_word_modified(action) + 'ed' end |