1683件ヒット
[1-100件を表示]
(0.199秒)
別のキーワード
種類
- インスタンスメソッド (1196)
- モジュール関数 (209)
- 特異メソッド (184)
- 定数 (72)
- ライブラリ (22)
ライブラリ
- ビルトイン (187)
- fileutils (11)
-
irb
/ cmd / help (11) -
irb
/ cmd / load (33) -
irb
/ cmd / subirb (11) -
irb
/ ext / use-loader (22) -
irb
/ extend-command (121) - mkmf (88)
- optparse (132)
- pty (22)
-
rubygems
/ command (110) -
rubygems
/ command _ manager (44) -
rubygems
/ commands / build _ command (55) -
rubygems
/ commands / dependency _ command (11) -
rubygems
/ commands / help _ command (22) -
rubygems
/ commands / lock _ command (22) -
rubygems
/ commands / unpack _ command (11) -
rubygems
/ commands / update _ command (11) - shell (90)
-
shell
/ builtin-command (12) -
shell
/ command-processor (444) -
shell
/ filter (90) -
shell
/ process-controller (18) -
shell
/ system-command (72) - un (11)
クラス
-
Gem
:: Command (110) -
Gem
:: CommandManager (44) -
Gem
:: Commands :: BuildCommand (55) -
Gem
:: Commands :: DependencyCommand (11) -
Gem
:: Commands :: HelpCommand (22) -
Gem
:: Commands :: LockCommand (22) -
Gem
:: Commands :: UnpackCommand (11) -
Gem
:: Commands :: UpdateCommand (11) -
IRB
:: ExtendCommand :: Help (11) -
IRB
:: ExtendCommand :: Kill (11) -
IRB
:: ExtendCommand :: Load (11) -
IRB
:: ExtendCommand :: Require (11) -
IRB
:: ExtendCommand :: Source (11) - OptionParser (132)
- Shell (90)
-
Shell
:: BuiltInCommand (12) -
Shell
:: CommandProcessor (444) -
Shell
:: Filter (90) -
Shell
:: ProcessController (18) -
Shell
:: SystemCommand (72)
モジュール
- FileUtils (11)
-
IRB
:: ContextExtender (22) -
IRB
:: ExtendCommandBundle (121) - Kernel (264)
- PTY (22)
- Signal (22)
キーワード
- < (6)
- >> (6)
- EXAMPLES (11)
- HELP (11)
-
NO
_ OVERRIDE (11) - NoDelegateMethods (6)
-
OVERRIDE
_ ALL (11) -
OVERRIDE
_ PRIVATE _ ONLY (11) - PLATFORMS (11)
- [] (29)
- ` (11)
- active? (12)
-
add
_ schedule (6) -
alias
_ command (18) -
alias
_ map (6) - append (6)
- arguments (11)
- atime (6)
- basename (6)
- begins? (11)
- blockdev? (6)
-
build
_ args (11) - cat (18)
-
cc
_ command (11) - chardev? (6)
- chmod (6)
- chown (6)
-
command
_ processor (6) - commands (11)
- complain (11)
- concat (6)
-
cpp
_ command (11) - ctime (6)
-
def
_ builtin _ commands (6) -
def
_ extend _ command (22) -
def
_ system _ command (12) - defaults (11)
-
defaults
_ str (11) - delete (6)
- directory? (6)
- dirname (6)
- echo (18)
- exec (44)
- executable? (6)
-
executable
_ real? (6) - execute (66)
- exist? (6)
- exists? (6)
-
extend
_ object (11) - file? (6)
-
find
_ command (11) -
find
_ command _ possibilities (11) - flush (6)
- foreach (6)
- ftype (6)
-
get
_ all _ gem _ names (11) -
get
_ one _ optional _ argument (11) -
get
_ path (11) - getpty (11)
- glob (18)
- grpowned? (6)
- handles? (11)
- help (11)
- initialize (6)
-
install
_ builtin _ commands (6) -
install
_ extend _ commands (22) -
install
_ system _ commands (12) -
irb
_ context (11) -
irb
_ exit (11) -
irb
_ load (11) -
irb
_ original _ method _ name (11) -
irb
_ require (11) - join (6)
- kill (6)
-
kill
_ job (6) - link (6)
-
link
_ command (11) -
load
_ gemspecs (11) - lstat (6)
- mkdir (6)
- mtime (6)
- name (6)
- notify (18)
- on (132)
- open (6)
- out (18)
- owned? (6)
- pipe? (6)
-
print
_ dependencies (11) - readable? (6)
-
readable
_ real? (6) - readlink (6)
-
register
_ command (11) - rehash (6)
- rename (6)
- rm (6)
- rmdir (6)
-
rubygems
/ commands / help _ command (11) -
rubygems
/ commands / lock _ command (11) -
run
_ config (6) - setgid? (6)
- setuid? (6)
- sfork (6)
-
show
_ help (11) -
show
_ lookup _ failure (11) - size (6)
- size? (6)
- socket? (6)
- spawn (55)
-
spec
_ path (11) - split (6)
- start (6)
-
start
_ import (6) - stat (6)
- sticky? (6)
-
super
_ each (6) - symlink (6)
- symlink? (6)
- system (62)
- tee (18)
- terminate (6)
- test (18)
-
to
_ a (6) -
to
_ s (6) - transact (18)
- trap (44)
- truncate (6)
-
try
_ do (22) -
unalias
_ command (12) -
undef
_ system _ command (12) - unlink (6)
- usage (11)
- utime (6)
- wait? (12)
-
which
_ to _ update (11) - writable? (6)
-
writable
_ real? (6) - xpopen (22)
- xsystem (11)
- yaml? (11)
- zero? (6)
- | (6)
検索結果
先頭5件
-
Shell
:: SystemCommand # command -> String (27201.0) -
@todo
@todo
コマンド名を返します。 -
IRB
:: ContextExtender . install _ extend _ commands -> object (24412.0) -
定義済みの拡張を読み込みます。
...:Context で以下のメソッドが利用できるようになります。
* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=
irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。
@see IRB::ContextExtender.def_extend_c... -
IRB
:: ExtendCommandBundle . install _ extend _ commands -> object (24406.0) -
定義済みの拡張を読み込みます。
...1 つだけ抜粋)
* irb_current_working_workspace
* irb_change_workspace
* irb_workspaces
* irb_push_workspace
* irb_pop_workspace
* irb_load
* irb_require
* irb_source
* irb
* irb_jobs
* irb_fg
* irb_kill
* irb_help
irb/extend-command が require された時にライブラリ内......部で自動的
に実行されます。
@see IRB::ExtendCommandBundle.install_extend_commands... -
Shell
:: CommandProcessor . install _ system _ commands(prefix = "sys _ ") -> () (24400.0) -
全てのシステムコマンドをメソッドとして定義します。
...うプレフィクスが付きます。
また、メソッド名として使用できない文字は全て "_" に置換してメソッドを定義します。
このメソッドの実行中に発生した例外は単に無視されます。
@param prefix プレフィクスを指定します。... -
Shell
:: Filter # >(to) -> self (24318.0) -
toをフィルタの出力とする。 toが, 文字列ならばファイルに, IOオブジェクトであれ ばそれをそのまま出力とする。
...ルに,IOオブジェクトならばそれに出力します。
使用例
require 'shell'
Shell.def_system_command("tail")
sh = Shell.new
sh.transact {
(sh.tail("-n 3") < "/etc/passwd") > File.open("tail.out", "w")
#(sh.tail("-n 3") < "/etc/passwd") > "tail.out" # と同じ.
}... -
rubygems
/ commands / lock _ command (24018.0) -
指定された特定のバージョンの Gem パッケージに依存する Gem を使用するために 必要な Kernel#gem メソッドの呼び出し方法を文字列で出力します。
...指定された特定のバージョンの Gem パッケージに依存する Gem を使用するために
必要な Kernel#gem メソッドの呼び出し方法を文字列で出力します。
Usage: gem lock GEMNAME-VERSION [GEMNAME-VERSION ...] [options]
Options:
-s, --[no-]strict......Gem パッケージの名前を指定します
VERSION ロックする Gem パッケージのバージョンを指定します
Summary:
特定バージョンの Gem パッケージを使用するために必要な記述を表示します
Description:
The lock command......or the gem given in the command line. It will specify exact
versions in the requirements list to ensure that the gems loaded will always
be consistent. A full recursive search of all effected gems will be
generated.
Example:
gemlock rails-1.0.0 > lockd... -
rubygems
/ commands / help _ command (24012.0) -
Gem コマンドに関するヘルプを提供するためのライブラリです。
...Gem コマンドに関するヘルプを提供するためのライブラリです。
Usage: gem help ARGUMENT [options]
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします......fig-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
commands gem コ......マンドのサブコマンドの一覧を表示します
examples gem コマンドの使用例を表示します
<command> 指定されたコマンドのヘルプを表示します
Summary:
gem コマンドに関するヘルプを提供します... -
Gem
:: CommandManager # find _ command _ possibilities(command _ name) -> Array (21508.0) -
登録されているコマンドでマッチする可能性のあるものを返します。
...登録されているコマンドでマッチする可能性のあるものを返します。
@param command_name コマンド名を文字列で指定します。... -
Shell
:: CommandProcessor . def _ builtin _ commands(delegation _ class , commands _ specs) -> () (21500.0) -
@todo
...@todo
@param delegation_class 処理を委譲したいクラスかモジュールを指定します。
@param commands_specs コマンドの仕様を文字列の配列で指定します。
[[コマンド名, [引数1, 引数2, ...]], ...]... -
Shell
. install _ system _ commands(pre = "sys _ ") -> () (21424.0) -
system_path上にある全ての実行可能ファイルをShellに定義する. メソッ ド名は元のファイル名の頭にpreをつけたものとなる.
...system_path上にある全ての実行可能ファイルをShellに定義する. メソッ
ド名は元のファイル名の頭にpreをつけたものとなる.
@param pre Shellに定義するメソッド名の先頭に付加される文字列を指定します。
使用例: ls -l | head -n 5......のような例。
require 'shell'
Shell.install_system_commands
sh = Shell.new
sh.verbose = false
sh.transact {
(sys_ls("-l") | sys_head("-n 5")).each {|l|
puts l
}
}... -
IRB
:: ExtendCommandBundle . def _ extend _ command(cmd _ name , cmd _ class , load _ file = nil , *aliases) -> object (21401.0) -
irb に cmd_name で指定したメソッドが実行できるように拡張します。
...irb に cmd_name で指定したメソッドが実行できるように拡張します。
@param cmd_name メソッド名を Symbol か文字列で指定します。
cmd_class で指定するクラスの execute メソッドとして定
義してある必要があ......aram cmd_class 指定した拡張が定義されたクラス名を Symbol、
String、Class のいずれかで指定します。
なお、このクラスは IRB::ExtendCommand 以下で定義
する必要があります。
@param load_file 指定......require されます。
@param aliases cmd_name の別名を Symbol とフラグの配列で指定しま
す。複数指定する事ができます。フラグは
IRB::ExtendCommandBundle::NO_OVERRIDE、
IRB::ExtendCommandBundle::OVERRIDE_PRIVATE_ONLY... -
Gem
:: Commands :: BuildCommand # load _ gemspecs(filename) -> Array (21300.0) -
gemspec ファイルをロードします。
...gemspec ファイルをロードします。
@param filename ファイル名を指定します。...