Class: StartBlock

Inherits:
Thor::Group
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/blocks/start_block.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.source_rootObject



6
7
8
# File 'lib/blocks/start_block.rb', line 6

def self.source_root
  File.dirname(__FILE__)
end

Instance Method Details

#start_blockObject



10
11
12
# File 'lib/blocks/start_block.rb', line 10

def start_block
  Kernel.exec("bundle exec ruby -e \"require('byld/block/server')\"")
end