module Glove

Constants

VERSION

Public Class Methods

root_path() click to toggle source

Return the root path of the gem @return [String] the full path to the gem

# File lib/glove.rb, line 9
def self.root_path
  File.expand_path File.join(File.dirname(__FILE__), '../')
end