Module: Luban::Deployment::Command::Tasks::Install

Included in:
Application, Package::Base, Project
Defined in:
lib/luban/deployment/cli/command.rb

Constant Summary collapse

Actions =
%i(setup build destroy cleanup binstubs
show_current show_summary which whence)

Instance Method Summary collapse

Instance Method Details

#installable?Boolean

Returns:

  • (Boolean)


14
# File 'lib/luban/deployment/cli/command.rb', line 14

def installable?; true; end