Method: RC::Properties#root

Defined in:
lib/rc/properties.rb

#rootString

Root directory of project.

Returns:

  • (String)

    Full path to project’s root directory.



28
29
30
# File 'lib/rc/properties.rb', line 28

def root
  @root
end