Method: Unitwise.path

Defined in:
lib/unitwise.rb

.pathObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

The system path for the installed gem

[View source]

62
63
64
# File 'lib/unitwise.rb', line 62

def self.path
  @path ||= File.dirname(File.dirname(__FILE__))
end