Method: Shaman::Deploy#initialize
- Defined in:
- lib/shaman/deploy.rb
#initialize(args, options) ⇒ Deploy
Returns a new instance of Deploy.
17 18 19 20 21 |
# File 'lib/shaman/deploy.rb', line 17 def initialize(args, ) @environment = args.first || DEFAULT_ENVIRONMENT @options = verify_release! end |