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
module Toolbox
def self.data_pathPath to the toolbox data directory.
def self.data_path
File.expand_path("../data", __dir__)
end