Method: RemoteInit#initialize
- Defined in:
- lib/canzea/commands/remote-bootstrap.rb
#initialize ⇒ RemoteInit
Returns a new instance of RemoteInit.
7 8 9 |
# File 'lib/canzea/commands/remote-bootstrap.rb', line 7 def initialize () @log = Logger.new(Canzea::config[:logging_root] + '/plans.log') end |