default_ext_dir_for(base_dir)
public
Returns binary extensions dir for
specified RubyGems base dir or nil if
such directory cannot be determined.
By default, the binary extensions are located side by side with their Ruby
counterparts, therefore nil is returned
# File lib/rubygems/defaults.rb, line 62
def self.default_ext_dir_for base_dir
nil
end