Module: Relay::Tool
- Included in:
- Relay::Tools::AddSong, Relay::Tools::JukeBox, Relay::Tools::RelayKnowledge, Relay::Tools::RemoveSong
- Defined in:
- lib/relay/tool.rb
Instance Method Summary collapse
-
#root ⇒ String
Returns the root directory of the project.
Instance Method Details
#root ⇒ String
Returns the root directory of the project
8 9 10 |
# File 'lib/relay/tool.rb', line 8 def root File.realpath File.join(__dir__, "..", "..") end |