るりまサーチ

最速Rubyリファレンスマニュアル検索!
294件ヒット [1-100件を表示] (0.033秒)
トップページ > クエリ:age[x] > クエリ:command[x]

別のキーワード

  1. etc age
  2. etc age=
  3. passwd age
  4. passwd age=
  5. cookie max_age

検索結果

<< 1 2 3 > >>

DRb::ExtServManager.command -> { String => String|[String] } (21107.0)

サービスを起動するためのコマンドを指定するための Hash を 返します。

...サービスを起動するためのコマンドです。
この Hash を変更することでサービスを定義します。
DRb::ExtServManager.command= で Hash 自体を
変更することでも同じことができます。

コマンドは文字列、もしくは文字列の配列で指定...

Gem::CommandManager#find_command(command_name) -> Gem::Command | nil (12315.0)

登録されているコマンドからマッチしたものを返します。

...登録されているコマンドからマッチしたものを返します。

@param command_name コマンド名を文字列で指定します。

@return Gem::Command のサブクラスのインスタンスを返します。

@raise RuntimeError マッチする可能性のあるコマンドが...

Gem::CommandManager#find_command_possibilities(command_name) -> Array (12208.0)

登録されているコマンドでマッチする可能性のあるものを返します。

...登録されているコマンドでマッチする可能性のあるものを返します。

@param command_name コマンド名を文字列で指定します。...

Gem::CommandManager#register_command(command_name) -> false (12208.0)

コマンドを自身に登録します。

...コマンドを自身に登録します。

@param command_name コマンド名をシンボルで指定します。...

Gem::CommandManager#command_names -> Array (12101.0)

登録されているコマンド名の配列を返します。

登録されているコマンド名の配列を返します。

絞り込み条件を変える

Gem::Commands::BuildCommand#usage -> String (12100.0)

使用方法を表す文字列を返します。

使用方法を表す文字列を返します。

Gem::Commands::DependencyCommand#usage -> String (12100.0)

使用方法を表す文字列を返します。

使用方法を表す文字列を返します。

rubygems/command_manager (12030.0)

gem コマンドによってサポートされているサブコマンドを管理するライブラリです。

...Extra commands can be provided by writing a rubygems_plugin.rb
file in an installed gem. You should register your command against the
Gem::CommandManager instance, like this:

# file rubygems_plugin.rb
require 'rubygems/command_manager'

class Gem::Commands::EditCommand < Gem::Command
#...
......
end

Gem::CommandManager.instance.register_command :edit

See Gem::Command for instructions on writing gem commands....

Gem::CommandManager (12000.0)

gem コマンドによってサポートされているサブコマンドを管理するクラスです。

gem コマンドによってサポートされているサブコマンドを管理するクラスです。
<< 1 2 3 > >>