Flowdock
method

base_dir

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: Specification
base_dir() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/specification.rb, line 2086
  def base_dir
    return Gem.dir unless loaded_from
    @base_dir ||= if default_gem? then
                    File.dirname File.dirname File.dirname loaded_from
                  else
                    File.dirname File.dirname loaded_from
                  end
  end
Register or log in to add new notes.