class Trooper::Actions::InstallGemsAction

Private Instance Methods

build_commands() click to toggle source
# File lib/trooper/actions/install_gems_action.rb, line 12
def build_commands
  cd application_path
  bundle_install
end