Sha256: 3583f0078b1929aa6cae65d6dcb3308409ba1b4e996389b8f71a0ff7d154470c
Contents?: true
Size: 327 Bytes
Versions: 8
Compression:
Stored size: 327 Bytes
Contents
require 'rubygems/command' require 'rubygems/commands/list_command' class Gem::Commands::SearchCommand < Gem::Commands::ListCommand def initialize super 'search', 'Display all gems whose name contains STRING' @defaults[:domain] = :remote end def defaults_str # :nodoc: "--remote --no-details" end end
Version data entries
8 entries across 8 versions & 1 rubygems