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



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

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



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

def _init
  do_init
end