Method: Reustyle.gem_path

Defined in:
lib/reustyle.rb

.gem_pathObject



34
35
36
# File 'lib/reustyle.rb', line 34

def gem_path
  @gem_path ||= File.expand_path "..", File.dirname(__FILE__)
end