method

open_gem

open_gem(name)
public

No documentation available.

# File lib/rubygems/commands/open_command.rb, line 56
  def open_gem name
    spec = spec_for name
    return false unless spec

    open_editor(spec.full_gem_path)
  end