1052件ヒット
[1-100件を表示]
(0.121秒)
種類
ライブラリ
- ビルトイン (173)
- e2mmap (6)
- etc (9)
-
fiddle
/ import (12) -
irb
/ extend-command (48) - json (156)
-
mutex
_ m (12) -
net
/ http (45) -
net
/ pop (12) - psych (115)
-
rdoc
/ alias (12) -
rdoc
/ context (72) -
rdoc
/ parser (12) -
rdoc
/ top _ level (12) -
rubygems
/ source _ index (12) -
rubygems
/ specification (12) - shell (12)
-
shell
/ command-processor (24) - thread (4)
- thwait (6)
- tsort (93)
クラス
- Array (21)
- Encoding (12)
-
Gem
:: Specification (12) - Method (12)
- Module (36)
- Object (12)
-
Psych
:: Handler (12) -
Psych
:: Nodes :: Alias (36) -
RDoc
:: Context (72) -
RDoc
:: Parser (12) -
RDoc
:: TopLevel (12) - Shell (12)
-
Shell
:: CommandProcessor (24) - String (12)
- TracePoint (24)
- UnboundMethod (12)
モジュール
-
Fiddle
:: Importer (12) -
IRB
:: ContextExtender (12) -
IRB
:: ExtendCommandBundle (36) - Kernel (12)
-
Mutex
_ m (12) - Psych (19)
- TSort (93)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - APOPSession (12)
- Alias (24)
- Array (12)
- BadAlias (12)
- Cache (12)
- ConditionVariable (24)
- E2MM (6)
- Extend (12)
- FalseClass (12)
- Float (12)
- HTTPGatewayTimeOut (7)
- HTTPMovedTemporarily (12)
- HTTPRequestEntityTooLarge (7)
- HTTPRequestURITooLarge (12)
- HTTPRequestedRangeNotSatisfiable (7)
- Hash (12)
- Integer (12)
- Mapping (12)
-
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 3
. 0 . 0 (5) - NilClass (12)
- Object (12)
- Parser (12)
- Passwd (9)
- Ruby用語集 (12)
-
SCRIPT
_ LINES _ _ (12) - Sequence (12)
- State (12)
- String (12)
- ThWait (6)
- TrueClass (12)
- UnparserError (12)
-
_ _ callee _ _ (12) -
add
_ alias (12) -
add
_ to (12) -
alias
_ command (18) -
alias
_ extension (12) -
alias
_ map (6) -
alias
_ method (12) - aliases (24)
- anchor (12)
- anchor= (12)
-
attribute
_ alias _ singular (12) -
callee
_ id (12) -
def
_ extend _ command (24) -
define
_ aliases (12) -
each
_ strongly _ connected _ component (23) -
each
_ strongly _ connected _ component _ from (23) -
find
_ local _ symbol (12) -
initialize
_ methods _ etc (12) -
install
_ alias _ method (12) -
irb
/ completion (12) -
irb
_ original _ method _ name (12) -
method
_ id (12) -
module
_ function (24) - new (12)
-
original
_ name (24) - pack (21)
- pack テンプレート文字列 (12)
-
rb
_ alias (12) -
rb
_ alias _ variable (12) -
rb
_ define _ alias (12) -
rb
_ mod _ alias _ method (12) -
rdoc
/ alias (12) -
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 2 feature (12) -
ruby 1
. 8 . 4 feature (12) -
ruby 1
. 9 feature (12) -
safe
_ load (19) -
strongly
_ connected _ components (12) - tsort (12)
-
tsort
_ each (23) - typealias (12)
-
unalias
_ command (12) -
unmatched
_ alias _ lists (12) -
unmatched
_ alias _ lists= (12) - unpack (12)
- クラス/メソッドの定義 (12)
- 字句構造 (12)
検索結果
先頭5件
- Psych
:: Handler # alias(anchor) -> () - Shell
:: CommandProcessor . alias _ command(alias , command , *opts) -> self - Shell
:: CommandProcessor . alias _ command(alias , command , *opts) { . . . } -> self - Shell
:: CommandProcessor . unalias _ command(alias) -> self - IRB
:: ExtendCommandBundle # install _ alias _ method(to , from , override = NO _ OVERRIDE)
-
Psych
:: Handler # alias(anchor) -> () (24235.0) -
anchor という名前の alias を見付けたときに呼び出されます。
...anchor という名前の alias を見付けたときに呼び出されます。
必要に応じてこのメソッドを override してください。
@param anchor aliasのアンカー文字列
=== 例
以下の YAMLドキュメントは自分自身への参照を持つ配列を表していま......す。
--- &ponies
- first element
- *ponies
この &ponies が anchor で *ponies が alias です。この場合、
alias メソッドは "poines" という引数で呼び出されます。... -
Shell
:: CommandProcessor . alias _ command(alias , command , *opts) -> self (15410.0) -
@todo
...@todo
@param alias エイリアスの名前を指定します。
@param command コマンド名を指定します。
@param opts コマンドに与えるオプションを指定します。
@raise SyntaxError コマンドのエイリアス作成に失敗した時に発生します。... -
Shell
:: CommandProcessor . alias _ command(alias , command , *opts) { . . . } -> self (15410.0) -
@todo
...@todo
@param alias エイリアスの名前を指定します。
@param command コマンド名を指定します。
@param opts コマンドに与えるオプションを指定します。
@raise SyntaxError コマンドのエイリアス作成に失敗した時に発生します。... -
Shell
:: CommandProcessor . unalias _ command(alias) -> self (15407.0) -
エイリアスを削除します。
...エイリアスを削除します。
@param alias 削除したいエイリアスを指定します。... -
IRB
:: ExtendCommandBundle # install _ alias _ method(to , from , override = NO _ OVERRIDE) (15301.0) -
メソッドのエイリアスを定義します。ライブラリ内部で使用します。
...を定義します。ライブラリ内部で使用します。
@param to 新しいメソッド名を Symbol か文字列で指定します。
@param from 元のメソッド名を Symbol か文字列で指定します。
@param override 新しいメソッド名が定義済みであった場合に......のメソッドを
上書きするかどうかを
IRB::ExtendCommandBundle::NO_OVERRIDE、
IRB::ExtendCommandBundle::OVERRIDE_PRIVATE_ONLY、
IRB::ExtendCommandBundle::OVERRIDE_ALL のいずれか
で指定します。... -
Gem
:: Specification . attribute _ alias _ singular(singular , plural) -> () (15207.0) -
既に存在する複数形の属性の単数形バージョンを定義します。
...うに定義すると
attribute_alias_singular :require_path, :require_paths
# こう書くかわりに
s.require_paths = ['mylib']
# こう書くことができます。
s.require_path = 'mylib'
@param singular 属性名の単数形を指定します。
@param plural 属性名の複数... -
Shell
. unalias _ command(alias) -> () (12441.0) -
commandのaliasを削除します.
...mandのaliasを削除します.
@param alias 削除したいエイリアスの名前を文字列で指定します。
@raise NameError alias で指定したコマンドが無い場合に発生します。
使用例: ls -la | sort -k 5 のような例。
require 'shell'
Shell.def_system_comman......d("ls")
Shell.alias_command("lsla", "ls", "-a", "-l")
Shell.def_system_command("sort")
sh = Shell.new
sh.transact {
(lsla | sort("-k 5")).each {|l|
puts l
}
}
Shell.unalias_command("lsla")
begin
Shell.unalias_command("lsla")
rescue NameError => err
puts err
en... -
RDoc
:: Context # add _ alias(an _ alias) -> RDoc :: Alias (12431.0) -
引数で指定した RDoc::Alias オブジェクトを追加します。
...引数で指定した RDoc::Alias オブジェクトを追加します。
@param an_alias RDoc::Alias オブジェクトを指定します。... -
Shell
. alias _ command(alias , command , *opts) { . . . } -> self (12420.0) -
コマンドの別名(エイリアス)を作成します。 コマンドが無い場合は、Shell.def_system_command などであらかじめ作成します.
...stem_command などであらかじめ作成します.
@param alias エイリアスの名前を文字列で指定します.
@param command コマンド名を文字列で指定します.
@param opts command で指定したコマンドのオプションを指定します.
使用例: ls -la | sort -......k 5 のような例。
require 'shell'
Shell.def_system_command("ls")
Shell.alias_command("lsla", "ls", "-a", "-l")
Shell.def_system_command("sort")
sh = Shell.new
sh.transact {
(lsla | sort("-k 5")).each {|l|
puts l
}
}... -
RDoc
:: Context # aliases -> [RDoc :: Alias] (12417.0) -
追加された RDoc::Alias の配列を返します。
...追加された RDoc::Alias の配列を返します。... -
RDoc
:: Context # unmatched _ alias _ lists -> {String => RDoc :: Alias} (12334.0) -
メソッド名の対応が取れていない alias の旧メソッド名がキー、 RDoc::Alias が値の Hash を返します。
...メソッド名の対応が取れていない alias の旧メソッド名がキー、
RDoc::Alias が値の Hash を返します。...