class Gem::Specification
def full_gem_path
def full_gem_path if source.respond_to?(:root) File.expand_path(File.dirname(loaded_from), source.root) else rg_full_gem_path end end
def full_gem_path if source.respond_to?(:root) File.expand_path(File.dirname(loaded_from), source.root) else rg_full_gem_path end end