Module: Toolbox::GDB

Defined in:
lib/toolbox/gdb.rb

Class Method Summary collapse

Class Method Details

.data_pathObject

Path to the toolbox data directory.



12
13
14
# File 'lib/toolbox/gdb.rb', line 12

def self.data_path
  Toolbox.data_path
end

.init_script_pathObject

Path to the init script for GDB.



17
18
19
# File 'lib/toolbox/gdb.rb', line 17

def self.init_script_path
  File.join(data_path, "toolbox", "init.py")
end