Method: Mrsk::Cli::Base#initialize
- Defined in:
- lib/mrsk/cli/base.rb
#initialize ⇒ Base
Returns a new instance of Base.
25 26 27 28 29 |
# File 'lib/mrsk/cli/base.rb', line 25 def initialize(*) super load_envs initialize_commander() end |