Module: Vagabond::Actions::Init

Defined in:
lib/vagabond/actions/init.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



6
7
8
9
10
11
12
13
14
# File 'lib/vagabond/actions/init.rb', line 6

def included(klass)
  klass.class_eval do
    class << self
      def _init_desc
        ['init', 'initialize the Vagabondfile and setup LXC if needed.']
      end
    end
  end
end

Instance Method Details

#_initObject



17
18
19
# File 'lib/vagabond/actions/init.rb', line 17

def _init
  do_init
end