Class: Bcome::Boot

Inherits:
Object show all
Defined in:
lib/boot.rb

Class Method Summary collapse

Class Method Details

.boot_pathObject



8
9
10
# File 'lib/boot.rb', line 8

def self.boot_path
  return "#{File.dirname(__FILE__)}/../bin/boot.rb"
end

.no_shell_boot_pathObject



4
5
6
# File 'lib/boot.rb', line 4

def self.no_shell_boot_path
  return "#{File.dirname(__FILE__)}/../bin/boot_no_shell.rb"
end