Class: Bcome::Boot
Class Method Summary collapse
Class Method Details
.boot_path ⇒ Object
8 9 10 |
# File 'lib/boot.rb', line 8 def self.boot_path return "#{File.dirname(__FILE__)}/../bin/boot.rb" end |
.no_shell_boot_path ⇒ Object
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 |