Method: Flatrack.gem_root

Defined in:
lib/flatrack.rb

.gem_rootString (readonly)

The root of the flatrack gem

Returns:

  • (String)


45
46
47
# File 'lib/flatrack.rb', line 45

def gem_root
  File.expand_path File.join __FILE__, '..'
end