ToolboxSourceToolbox

module Toolbox

Nested

Definitions

def self.data_path

Path to the toolbox data directory.

Implementation

def self.data_path
	File.expand_path("../data", __dir__)
end