class Gem::Commands::ListCommand
搜索以提供的参数开头的 gem。
Public Class Methods
Source
# File lib/rubygems/commands/list_command.rb, line 12 def initialize super "list", "Display local gems whose name matches REGEXP", domain: :local, details: false, versions: true, installed: nil, version: Gem::Requirement.default add_query_options end
调用超类方法
Gem::Command::new