198件ヒット
[1-100件を表示]
(0.074秒)
ライブラリ
- ビルトイン (42)
-
rubygems
/ specification (36) -
rubygems
/ uninstaller (84) -
rubygems
/ validator (12) - scanf (12)
- socket (12)
クラス
- Addrinfo (12)
- BasicObject (12)
-
Gem
:: Specification (36) -
Gem
:: Uninstaller (84) -
Gem
:: Validator (12) - Object (6)
-
Scanf
:: FormatSpecifier (6) -
Scanf
:: FormatString (6) - UnboundMethod (24)
キーワード
-
add
_ runtime _ dependency (12) -
ask
_ if _ ok (12) -
count
_ space? (6) -
dependencies
_ ok? (12) -
has
_ unit _ tests? (12) - inspect (12)
-
ipv6
_ unspecified? (12) -
path
_ ok? (12) - remove (12)
-
remove
_ executables (12) -
runtime
_ dependencies (12) -
singleton
_ method _ undefined (12) -
spec
_ count (6) -
to
_ s (12) -
uninstall
_ gem (12) -
unit
_ test (12) - untaint (6)
検索結果
先頭5件
-
Gem
:: Uninstaller # spec -> Gem :: Specification (21202.0) -
Gem::Uninstaller#uninstall_gem の実行中のみセットされます。
...Gem::Uninstaller#uninstall_gem の実行中のみセットされます。... -
Scanf
:: FormatString # spec _ count (12202.0) -
@todo
@todo -
Addrinfo
# ipv6 _ unspecified? -> bool (12201.0) -
IPv6 の不特定アドレス(unspecified address)(::)であれば真を返します。
...IPv6 の不特定アドレス(unspecified address)(::)であれば真を返します。... -
UnboundMethod
# inspect -> String (12101.0) -
self を読みやすい文字列として返します。
...self を読みやすい文字列として返します。
詳しくは Method#inspect を参照してください。
//emlist[例][ruby]{
String.instance_method(:count).inspect # => "#<UnboundMethod: String#count>"
//}
@see Method#inspect... -
Gem
:: Uninstaller # uninstall _ gem(spec , specs) (9324.0) -
与えられた spec に対応する Gem をアンインストールします。
...与えられた spec に対応する Gem をアンインストールします。
@param spec アンインストール指定されている Gem の Gem::Specification を指定します。
@param specs アンインストールする Gem のリストを指定します。
このパラ... -
Gem
:: Specification # has _ unit _ tests? -> bool (9101.0) -
この Gem パッケージがユニットテストを含むかどうか返します。
この Gem パッケージがユニットテストを含むかどうか返します。
真の場合はユニットテストを含みます。そうでない場合は偽を返します。 -
Gem
:: Specification # runtime _ dependencies -> Array (9101.0) -
この Gem パッケージが依存している Gem パッケージのリストを返します。
この Gem パッケージが依存している Gem パッケージのリストを返します。 -
Scanf
:: FormatSpecifier # count _ space? (9101.0) -
@todo
@todo -
UnboundMethod
# to _ s -> String (9001.0) -
self を読みやすい文字列として返します。
...self を読みやすい文字列として返します。
詳しくは Method#inspect を参照してください。
//emlist[例][ruby]{
String.instance_method(:count).inspect # => "#<UnboundMethod: String#count>"
//}
@see Method#inspect... -
Gem
:: Validator # unit _ test(gem _ spec) (6208.0) -
与えられた Gem スペックにしたがってユニットテストを実行します。
...与えられた Gem スペックにしたがってユニットテストを実行します。
@param gem_spec Gem::Specification のインスタンスを指定します。...