Module: Relay::Tool

Instance Method Summary collapse

Instance Method Details

#rootString

Returns the root directory of the project

Returns:

  • (String)


8
9
10
# File 'lib/relay/tool.rb', line 8

def root
  File.realpath File.join(__dir__, "..", "..")
end