611件ヒット
[1-100件を表示]
(0.018秒)
ライブラリ
- ビルトイン (84)
-
cgi
/ core (12) - ipaddr (12)
-
irb
/ inspector (36) -
irb
/ magic-file (12) -
minitest
/ spec (5) -
rake
/ gempackagetask (12) -
rexml
/ document (24) -
rubygems
/ builder (12) -
rubygems
/ command (36) -
rubygems
/ doc _ manager (12) -
rubygems
/ source _ index (48) -
rubygems
/ source _ info _ cache (12) -
rubygems
/ spec _ fetcher (24) -
rubygems
/ specification (216) -
shell
/ command-processor (6) - socket (24)
- uri (24)
クラス
- Addrinfo (12)
- CGI (12)
- Encoding (48)
-
Gem
:: Builder (12) -
Gem
:: Command (36) -
Gem
:: DocManager (12) -
Gem
:: SourceIndex (48) -
Gem
:: SourceInfoCache (12) -
Gem
:: SpecFetcher (24) -
Gem
:: Specification (216) - IPAddr (12)
-
IRB
:: Inspector (24) -
MiniTest
:: Spec (5) -
REXML
:: CData (12) -
REXML
:: Text (12) -
Rake
:: GemPackageTask (12) -
Shell
:: CommandProcessor (6) -
Socket
:: AncillaryData (12)
オブジェクト
- ENV (12)
-
IRB
:: MagicFile (12) - main (24)
キーワード
-
ENCODING
_ SPEC _ RE (12) - Inspector (12)
-
_ load (12) -
accept
_ charset= (12) -
add
_ specific _ extra _ args (12) - after (1)
-
array
_ attribute (12) -
array
_ attributes (12) - attribute (12)
-
attribute
_ alias _ singular (12) -
attribute
_ defaults (12) -
attribute
_ names (12) - attributes (12)
- before (1)
- current (1)
-
decode
_ www _ form (12) -
def
_ builtin _ commands (6) -
def
_ inspector (12) -
default
_ external (12) -
default
_ external= (12) -
default
_ internal (12) -
default
_ internal= (12) -
default
_ value (12) -
encode
_ www _ form (12) - fetcher (12)
- fetcher= (12)
-
from
_ gems _ in (12) -
from
_ yaml (12) - inspect (24)
-
installed
_ spec _ directories (12) -
ip
_ pktinfo (12) - it (1)
-
keys
_ with _ inspector (12) - list (12)
- load (12)
-
load
_ specification (12) - new (97)
-
normalize
_ yaml _ input (12) -
overwrite
_ accessor (12) -
read
_ only (12) -
required
_ attribute (12) -
required
_ attribute? (12) -
required
_ attributes (12) - search (12)
-
specific
_ extra _ args (12) -
specific
_ extra _ args _ hash (12) -
to
_ s (12)
検索結果
先頭5件
- IRB
:: Inspector . keys _ with _ inspector(inspector) -> Array - IRB
:: Inspector . def _ inspector(key , arg = nil) { |v| . . . } -> object - IRB
. Inspector(inspect , init = nil) -> IRB :: Inspector - Gem
:: SourceIndex . load _ specification(file _ name) -> Gem :: Specification | nil - Gem
:: SourceIndex . installed _ spec _ directories -> [String]
-
IRB
:: Inspector . keys _ with _ inspector(inspector) -> Array (9201.0) -
引数で指定した IRB::Inspector に対応する key の配列を返します。
...引数で指定した IRB::Inspector に対応する key の配列を返します。
@param inspector IRB::Inspector オブジェクトを指定します。
IRB::Inspector.keys_with_inspector(IRB::Inspector::INSPECTORS[true])
# => [true, :p, "p", :inspect, "inspect"]... -
IRB
:: Inspector . def _ inspector(key , arg = nil) { |v| . . . } -> object (9101.0) -
新しい実行結果の出力方式を定義します。
...@param key conf.inspect_mode や IRB.conf[:INSPECT_MODE] に指定するキー
オブジェクトを指定します。配列を指定した場合は配列中の要素全
てが対象になります。
@param arg ブロックを指定する場合には、inspect_mode の初期......ロックを指定しない場合には、実行結果の出力のための手続きオ
ブジェクトを指定します。
例.
# .irbrc
IRB::Inspector.def_inspector([:test]){ |v| v.to_s * 2 }
$ irb --inspect test
irb(main):001:0> :abc # => abcabc
@see lib:irb#inspect_mode... -
IRB
. Inspector(inspect , init = nil) -> IRB :: Inspector (6301.0) -
IRB::Inspector オブジェクトを生成します。
...IRB::Inspector オブジェクトを生成します。
@param inspect 実行結果の出力のための手続きオブジェクトを指定します。
@param init inspect_mode の初期化のための手続きオブジェクトを指定します。
あらかじめ require が必要... -
Gem
:: SourceIndex . load _ specification(file _ name) -> Gem :: Specification | nil (6201.0) -
与えられたファイル名から Ruby スクリプト形式の gemspec をロードして Gem::Specification のインスタンスを返します。
...クリプト形式の gemspec をロードして
Gem::Specification のインスタンスを返します。
@param file_name ファイル名を指定します。
@raise SignalException gemspec をロードしているときに発生します。
@raise SystemExit gemspec をロードしている... -
Gem
:: SourceIndex . installed _ spec _ directories -> [String] (6102.0) -
gemspec ファイルがインストールされているディレクトリのリストを返します。
...gemspec ファイルがインストールされているディレクトリのリストを返します。
@see Gem.#path... -
IRB
:: MagicFile . ENCODING _ SPEC _ RE -> %r"coding\s*[=:]\s*([[:alnum:]\- _ ]+)" (6102.0) -
マジックコメントにマッチする正規表現を返します。
マジックコメントにマッチする正規表現を返します。 -
ENV
. inspect -> String (6101.0) -
ENV オブジェクトを文字列化します。 Hash#inspect と同じように動作します。
...ENV オブジェクトを文字列化します。 Hash#inspect と同じように動作します。... -
Gem
:: Command . add _ specific _ extra _ args(cmd , args) (6101.0) -
与えられたコマンドに対応する追加の引数を追加します。
与えられたコマンドに対応する追加の引数を追加します。
@param cmd コマンド名を指定します。
@param args 追加の引数を配列か、空白で区切った文字列で指定します。 -
Gem
:: Command . specific _ extra _ args(cmd) -> Array (6101.0) -
与えられたコマンドに対応する追加の引数を返します。
与えられたコマンドに対応する追加の引数を返します。
特別な追加引数はプログラムの開始時に Gem の設定ファイルから読み込まれます。
@param cmd コマンド名を指定します。