Class: Dolphin::Base

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/dolphin/base.rb

Overview

core functions

Direct Known Subclasses

Deploy, Git, Lock, Nginx, Puma, Setup

Instance Method Summary collapse

Constructor Details

#initialize(args = [], options = {}, config = {}) ⇒ Base



22
23
24
25
26
# File 'lib/dolphin/base.rb', line 22

def initialize(args=[], options={}, config={})
  super(args, options, config)
  # set up environment
  env
end