1103件ヒット
[1-100件を表示]
(0.093秒)
ライブラリ
- ビルトイン (558)
- csv (24)
- fileutils (259)
- kconv (24)
-
rake
/ packagetask (12) -
rubygems
/ dependency _ installer (24) -
rubygems
/ installer (12) - socket (24)
-
win32
/ registry (48)
クラス
- CSV (24)
- Encoding (12)
-
Encoding
:: Converter (72) -
Enumerator
:: Lazy (332) -
Gem
:: DependencyInstaller (24) -
Gem
:: Installer (12) -
RDoc
:: Options (36) -
Rake
:: PackageTask (12) - Regexp (12)
- Socket (12)
- String (94)
モジュール
- Enumerable (12)
- FileUtils (259)
-
Gem
:: InstallUpdateOptions (12) - Kconv (12)
-
Socket
:: Constants (12) -
Win32
:: Registry :: Constants (48)
キーワード
-
DEFAULT
_ OPTIONS (12) -
IP
_ ONESBCAST (24) - InvalidByteSequenceError (12)
- Lazy (12)
-
NEWS for Ruby 2
. 7 . 0 (6) -
NEWS for Ruby 3
. 1 . 0 (4) -
REG
_ FORCE _ RESTORE (12) -
REG
_ NO _ LAZY _ FLUSH (12) -
REG
_ REFRESH _ HIVE (12) -
REG
_ WHOLE _ HIVE _ VOLATILE (12) - String (12)
- chunk (24)
- collect (12)
-
collect
_ concat (12) - convert (12)
-
cp
_ lr (7) -
cp
_ r (12) - drop (12)
-
drop
_ while (12) - encode (36)
- filter (7)
-
filter
_ map (6) -
find
_ all (12) -
fixed
_ encoding? (12) -
flat
_ map (12) -
force
_ encoding (12) -
force
_ output (12) -
force
_ output= (12) -
force
_ quotes? (12) -
force
_ update (12) - grep (12)
-
grep
_ v (10) -
insert
_ output (12) -
install
_ update _ defaults _ str (12) - iseuc (12)
- isjis (12)
- lazy (12)
- link (12)
- ln (12)
-
ln
_ s (12) -
ln
_ sf (12) - map (12)
- move (12)
- mv (12)
- new (60)
-
primitive
_ convert (48) -
rb
_ gc _ force _ recycle (12) - rdoc (12)
- reject (12)
- remove (12)
-
remove
_ dir (12) -
remove
_ entry (12) -
remove
_ entry _ secure (12) -
remove
_ file (12) - replicate (12)
- rm (12)
-
rm
_ f (12) -
rm
_ r (12) -
rm
_ rf (12) - rmtree (12)
-
ruby 1
. 8 . 2 feature (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
safe
_ unlink (12) - select (12)
-
slice
_ after (22) -
slice
_ before (36) -
slice
_ when (11) - symlink (12)
- take (12)
-
take
_ while (24) -
unicode
_ normalize (11) -
unicode
_ normalized? (11) -
valid
_ encoding? (12) -
with
_ index (12) - zip (24)
検索結果
先頭5件
-
void rb
_ gc _ force _ recycle(VALUE p) (32200.0) -
p を強制的に GC します。
p を強制的に GC します。 -
Win32
:: Registry :: Constants :: REG _ FORCE _ RESTORE (27401.0) -
@todo
@todo -
rdoc (26024.0)
-
RDoc は Ruby のドキュメント生成を行うためのライブラリです。rdoc という ドキュメント生成のためのコマンドも含んでいます。
...RDoc は Ruby のドキュメント生成を行うためのライブラリです。rdoc という
ドキュメント生成のためのコマンドも含んでいます。
このパッケージは RDoc と Markup というふたつのコンポーネントを含
んでいます。 RDoc とは Ruby......てきます(include,require もです)。そ
してこれらの内容とその直前に書かれたコメントを併合し、ドキュメントを出
力します(現在は HTML しか出力できませんが、この部分は取り替え可能にでき
ています)。Markup とはプレーンテ......されているクラスは複数の四角にまたがった図が作られます。--diagram
といっしょに使わなければ意味のないオプションです。(実験的な機能です)
: --force-update
出力済みのファイルの方が新しい場合でも全てのファイルを... -
rubygems
/ commands / install _ command (26018.0) -
Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
...atform PLATFORM 指定されたプラットフォームの Gem パッケージをインストールします
-v, --version VERSION 指定されたバージョンの Gem パッケージをインストールします
Install/Update Options:
-i, --install-dir DIR......-n, --bindir DIR Gem パッケージに含まれるバイナリファイルの配置先を指定します
-d, --[no-]rdoc インストール時に RDoc を生成します
--[no-]ri インストール時に RI ドキュメン......r/bin/env)
-f, --[no-]force 依存関係のチェックをバイパスして強制的にインストールします
-t, --[no-]test インストール時にユニットテストを実行します
-w, --[no-]wrappers Use bin wrappers for... -
rubygems
/ commands / uninstall _ command (26006.0) -
Gem パッケージをアンインストールするためのライブラリです。
...ersions
-I, --[no-]ignore-dependencies Ignore dependency requirements while
uninstalling
-x, --[no-]executables Uninstall applicable executables without
confirmation
-i, --install-dir DIR Dir......ectory to uninstall gem from
-n, --bindir DIR Directory to remove binaries from
-v, --version VERSION Specify version of gem to uninstall
--platform PLATFORM Specify the platform of gem to uninstall
Common Options:
-h, --help......グオプションを有効にします
Arguments:
GEMNAME アンインストールする Gem パッケージ名を指定します。
Summary:
Gem パッケージをアンインストールします
Defaults:
--version '>= 0' --no-force --install-dir /usr/lib/ruby/gems/1.8... -
Win32
:: Registry :: Constants :: REG _ REFRESH _ HIVE (24301.0) -
@todo
@todo -
Enumerator
:: Lazy # force(*args) -> [object] (24207.0) -
全ての要素を含む配列を返します。Lazy から実際に値を取り出すのに使います。
...要素を含む配列を返します。Lazy から実際に値を取り出すのに使います。
Enumerable#to_a のエイリアスです。
//emlist[例][ruby]{
1.step.lazy.take(10).force
# => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
1.step.lazy.take(10).to_a
# => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
//}... -
Win32
:: Registry :: Constants :: REG _ NO _ LAZY _ FLUSH (18101.0) -
@todo
@todo -
Win32
:: Registry :: Constants :: REG _ WHOLE _ HIVE _ VOLATILE (18101.0) -
@todo
@todo