class Gem::BasicSpecification

def find_full_gem_path # :nodoc:

:nodoc:
def find_full_gem_path # :nodoc:
  File.expand_path File.join(gems_dir, full_name)
end