Module: Toolbox::GDB
- Defined in:
- lib/toolbox/gdb.rb
Class Method Summary collapse
-
.data_path ⇒ Object
Path to the toolbox data directory.
-
.init_script_path ⇒ Object
Path to the init script for GDB.
Class Method Details
.data_path ⇒ Object
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_path ⇒ Object
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 |