method
execute
ruby latest stable - Class:
Gem::Commands::OpenCommand
execute()public
No documentation available.
# File lib/rubygems/commands/open_command.rb, line 52
def execute
@version = options[:version] || Gem::Requirement.default
@editor = options[:editor] || get_env_editor
found = open_gem(get_one_gem_name)
terminate_interaction 1 unless found
end