Class: Cejo::Distro::TranslateAction

Inherits:
Object
  • Object
show all
Defined in:
lib/cejo/distro/translate_action.rb

Overview

Translate generic action into system real action

Instance Method Summary collapse

Instance Method Details

#real_action(commands, packager, action) ⇒ Object



7
8
9
# File 'lib/cejo/distro/translate_action.rb', line 7

def real_action(commands, packager, action)
  commands[packager][action]
end