module Spandx::Rubygems

Constants

VERSION

Public Class Methods

root() click to toggle source
# File lib/spandx/rubygems.rb, line 21
def root
  Pathname.new(File.dirname(__FILE__)).join('rubygems')
end