種類
ライブラリ
- ビルトイン (257)
- drb (36)
- e2mmap (6)
- etc (18)
-
fiddle
/ import (12) -
irb
/ extend-command (48) - json (156)
-
mutex
_ m (12) -
net
/ http (90) -
net
/ pop (36) -
net
/ protocol (12) -
net
/ smtp (12) - openssl (12)
- psych (127)
- rake (12)
- rbconfig (1)
-
rdoc
/ alias (12) -
rdoc
/ code _ object (12) -
rdoc
/ context (72) -
rdoc
/ parser (12) -
rdoc
/ top _ level (12) -
rubygems
/ requirement (12) -
rubygems
/ source _ index (12) -
rubygems
/ specification (12) - shell (12)
-
shell
/ command-processor (24) - sync (12)
- thread (8)
- thwait (6)
- timeout (8)
- tsort (93)
- win32ole (12)
クラス
- Array (21)
- Encoding (12)
-
Gem
:: Specification (12) - Method (12)
- Module (48)
- 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)
-
WIN32OLE
_ TYPE (12)
モジュール
-
Fiddle
:: Importer (12) -
IRB
:: ContextExtender (12) -
IRB
:: ExtendCommandBundle (36) - Kernel (24)
-
Mutex
_ m (12) - Psych (19)
- TSort (93)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - APOPSession (12)
- Array (12)
- BadAlias (12)
- Bignum (9)
- Cache (12)
- CodeObject (12)
- ConditionVariable (24)
- Config (1)
- DRbIdConv (12)
- DRbObject (12)
- DRbUndumped (12)
- E2MM (6)
- Extend (12)
- FalseClass (12)
- FileList (12)
- Fixnum (9)
- Float (12)
- Group (9)
- HTTPClientException (7)
- HTTPGatewayTimeOut (7)
- HTTPMovedTemporarily (12)
- HTTPMultipleChoice (12)
- HTTPRequestEntityTooLarge (7)
- HTTPRequestTimeOut (7)
- HTTPRequestURITooLarge (12)
- HTTPRequestURITooLong (7)
- HTTPRequestedRangeNotSatisfiable (7)
- HTTPSession (12)
- Hash (12)
- Integer (12)
- Mapping (12)
- Mutex (10)
-
NEWS for Ruby 2
. 3 . 0 (10) -
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 3
. 0 . 0 (5) - NilClass (12)
- Nodes (12)
- Object (12)
- POP (12)
- POPSession (12)
- Parser (12)
- Passwd (9)
- ProtocRetryError (12)
- Queue (12)
- Requirement (12)
- Ruby用語集 (12)
-
SCRIPT
_ LINES _ _ (12) - SMTPSession (12)
- Sequence (12)
- Signer (12)
- SizedQueue (12)
- State (12)
- String (12)
- Synchronizer (6)
-
Synchronizer
_ m (6) - ThWait (6)
- TimeoutError (8)
- TrueClass (12)
- UnboundMethod (12)
- UnparserError (12)
-
_ _ callee _ _ (12) -
_ _ method _ _ (12) -
add
_ alias (12) -
add
_ to (12) - alias (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 (36) - new (12)
-
ole
_ type (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 (24)
-
tsort
_ each (23) - typealias (12)
-
unalias
_ command (12) -
unmatched
_ alias _ lists (12) -
unmatched
_ alias _ lists= (12) - unpack (12)
- クラス/メソッドの定義 (12)
- 字句構造 (12)
検索結果
先頭5件
-
Psych
:: Nodes :: Alias (18038.0) -
YAML の alias http://yaml.org/spec/1.1/#alias を表すクラス。
...YAML の alias http://yaml.org/spec/1.1/#alias を表すクラス。
anchor で別の YAML の要素を指します。
alias は YAML の AST の葉のノードであり、子ノードを持ちません。... -
RDoc
:: Alias (18016.0) -
aliasされたメソッドを表現するクラスです。
...aliasされたメソッドを表現するクラスです。
ライブラリの内部で使用します。... -
RDoc
:: Context # add _ alias(an _ alias) -> RDoc :: Alias (6331.0) -
引数で指定した RDoc::Alias オブジェクトを追加します。
...引数で指定した RDoc::Alias オブジェクトを追加します。
@param an_alias RDoc::Alias オブジェクトを指定します。... -
Shell
. unalias _ command(alias) -> () (6235.0) -
commandのaliasを削除します.
...commandのaliasを削除します.
@param alias 削除したいエイリアスの名前を文字列で指定します。
@raise NameError alias で指定したコマンドが無い場合に発生します。
使用例: ls -la | sort -k 5 のような例。
require 'shell'
Shell.def_system_co......mmand("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... -
RDoc
:: Context # unmatched _ alias _ lists -> {String => RDoc :: Alias} (6234.0) -
メソッド名の対応が取れていない alias の旧メソッド名がキー、 RDoc::Alias が値の Hash を返します。
...メソッド名の対応が取れていない alias の旧メソッド名がキー、
RDoc::Alias が値の Hash を返します。... -
RDoc
:: Context # aliases -> [RDoc :: Alias] (6217.0) -
追加された RDoc::Alias の配列を返します。
...追加された RDoc::Alias の配列を返します。... -
Shell
. alias _ command(alias , command , *opts) { . . . } -> self (6214.0) -
コマンドの別名(エイリアス)を作成します。 コマンドが無い場合は、Shell.def_system_command などであらかじめ作成します.
...(エイリアス)を作成します。
コマンドが無い場合は、Shell.def_system_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|
pu... -
Shell
:: CommandProcessor . alias _ command(alias , command , *opts) -> self (6210.0) -
@todo
...@todo
@param alias エイリアスの名前を指定します。
@param command コマンド名を指定します。
@param opts コマンドに与えるオプションを指定します。
@raise SyntaxError コマンドのエイリアス作成に失敗した時に発生します。... -
Shell
:: CommandProcessor . alias _ command(alias , command , *opts) { . . . } -> self (6210.0) -
@todo
...@todo
@param alias エイリアスの名前を指定します。
@param command コマンド名を指定します。
@param opts コマンドに与えるオプションを指定します。
@raise SyntaxError コマンドのエイリアス作成に失敗した時に発生します。... -
Shell
:: CommandProcessor . unalias _ command(alias) -> self (6207.0) -
エイリアスを削除します。
...エイリアスを削除します。
@param alias 削除したいエイリアスを指定します。... -
RDoc
:: Context # unmatched _ alias _ lists=(val) (6139.0) -
メソッド名の対応が取れていない alias の旧メソッド名がキー、 RDoc::Alias が値の Hash を設定します。
...メソッド名の対応が取れていない alias の旧メソッド名がキー、
RDoc::Alias が値の Hash を設定します。
@param val 旧メソッド名がキー、RDoc::Alias が値の Hash を指
定します。...