Flowdock
method

gem_install_dir

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: ContentsCommand
gem_install_dir(name) public

No documentation

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

Hide source
# File lib/rubygems/commands/contents_command.rb, line 129
  def gem_install_dir name
    spec = spec_for name

    return false unless spec

    say spec.gem_dir

    true
  end
Register or log in to add new notes.