ライブラリ
- ビルトイン (166)
- bigdecimal (12)
- delegate (12)
- drb (12)
-
fiddle
/ import (12) -
irb
/ cmd / load (12) -
irb
/ context (12) -
irb
/ ext / save-history (12) -
irb
/ ext / use-loader (48) - openssl (48)
- optparse (12)
- psych (12)
- rake (60)
-
rake
/ loaders / makefile (12) -
rake
/ testtask (48) - rubygems (120)
-
rubygems
/ commands / build _ command (12) -
rubygems
/ config _ file (12) -
rubygems
/ package / tar _ input (12) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (12) -
rubygems
/ spec _ fetcher (12) -
rubygems
/ specification (48) -
rubygems
/ version (12) -
webrick
/ httpauth / htdigest (24) -
webrick
/ httpauth / htgroup (12) -
webrick
/ httpauth / htpasswd (24) -
webrick
/ httpauth / userdb (12)
クラス
- BigDecimal (12)
- Class (12)
- Complex (12)
-
DRb
:: DRbUnknown (12) - Delegator (12)
-
Gem
:: Commands :: BuildCommand (12) -
Gem
:: ConfigFile (12) -
Gem
:: LoadError (48) -
Gem
:: Package :: TarInput (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (12) -
Gem
:: SpecFetcher (12) -
Gem
:: Specification (48) -
Gem
:: Version (12) -
IRB
:: Context (48) -
IRB
:: ExtendCommand :: Load (12) - LoadError (12)
- Module (24)
- Object (60)
-
OpenSSL
:: Config (12) -
OpenSSL
:: Engine (24) -
OpenSSL
:: X509 :: ExtensionFactory (12) - OptionParser (12)
-
Psych
:: SyntaxError (12) -
Rake
:: Application (48) -
Rake
:: DefaultLoader (12) -
Rake
:: MakefileLoader (12) -
Rake
:: TestTask (48) - Random (24)
- Rational (12)
-
RubyVM
:: InstructionSequence (10) -
WEBrick
:: HTTPAuth :: Htdigest (24) -
WEBrick
:: HTTPAuth :: Htgroup (12) -
WEBrick
:: HTTPAuth :: Htpasswd (24)
モジュール
-
Fiddle
:: Importer (12) -
Gem
:: QuickLoader (60) -
IRB
:: ExtendCommandBundle (12) -
IRB
:: HistorySavingAbility (12) - Kernel (12)
-
WEBrick
:: HTTPAuth :: UserDB (12)
キーワード
-
_ dump (24) -
_ load (12) -
add
_ loader (12) - autoload (12)
- autoload? (12)
-
calculate
_ integers _ for _ gem _ version (12) - clone (12)
- config= (12)
-
const
_ missing (12) - dlload (12)
- download (12)
- dup (12)
- each (12)
- execute (12)
- file (12)
- gem (12)
-
get
_ passwd (36) -
irb
_ load (12) - libs (12)
- libs= (12)
-
load
_ file (12) -
load
_ gems _ in (12) -
load
_ gemspec (12) -
load
_ gemspecs (12) -
load
_ history (12) -
load
_ modules (12) -
load
_ private _ key (12) -
load
_ public _ key (12) -
load
_ rakefile (12) -
load
_ specs (12) - loaded= (12)
- loaded? (12)
-
loaded
_ from (12) -
loaded
_ from= (12) - loader (12)
- loader= (12)
-
marshal
_ dump (48) -
marshal
_ load (48) -
method
_ missing (12) - name (12)
- name= (12)
- path (12)
-
push
_ all _ highest _ version _ gems _ on _ load _ path (12) -
push
_ gem _ version _ on _ load _ path (12) - reload (48)
- run (12)
-
to
_ binary (10) -
use
_ loader (12) -
use
_ loader= (12) -
use
_ loader? (12) -
version
_ requirement (12) -
version
_ requirement= (12)
検索結果
先頭5件
-
IRB
:: Context # use _ loader=(opt) (6133.0) -
load または require 時に irb のファイル読み込み機能(irb_load、 irb_require)を使うかどうかを設定します。
...
load または require 時に irb のファイル読み込み機能(irb_load、
irb_require)を使うかどうかを設定します。
.irbrc ファイル中で IRB.conf[:USE_LOADER] を設定する事でも同様の事が行
えます。
デフォルト値は false です。
@see IRB::Context#......use_loader?... -
IRB
:: Context # use _ loader? -> bool (6133.0) -
load または require 時に irb のファイル読み込み機能(irb_load、 irb_require)を使うかどうかを返します。
...
load または require 時に irb のファイル読み込み機能(irb_load、
irb_require)を使うかどうかを返します。
@see IRB::Context#use_loader=... -
IRB
:: ExtendCommandBundle # irb _ load(*opts , &b) -> nil (6124.0) -
現在の irb に関する IRB::Context に対して irb_load コマンドを実行 します。
...現在の irb に関する IRB::Context に対して irb_load コマンドを実行
します。
@see IRB::ExtendCommand::Load#execute... -
IRB
:: Context # load _ modules -> [String] (6118.0) -
irb の起動時に -r オプション指定で読み込まれたライブラリ、~/.irbrc など の設定ファイル内で IRB.conf[:LOAD_MODULES] 指定で読み込まれたライブラリ の名前の配列を返します。
...irb の起動時に -r オプション指定で読み込まれたライブラリ、~/.irbrc など
の設定ファイル内で IRB.conf[:LOAD_MODULES] 指定で読み込まれたライブラリ
の名前の配列を返します。... -
Gem
:: Version # marshal _ load(array) -> nil (6108.0) -
ダンプされた情報をロードし、自身を破壊的に変更します。
...ダンプされた情報をロードし、自身を破壊的に変更します。
//emlist[][ruby]{
version = Gem::Version.new('')
version.marshal_load(["1.2.0a"])
p version # => #<Gem::Version "1.2.0a">
//}
@param array バージョン情報を含む配列を指定します。... -
Random
# marshal _ load(array) -> Random (6108.0) -
Random#marshal_dump で得られた配列を基に、Randomオブジェクトを復元します。
...arshal_dumpを参考にしてください。
@raise ArgumentError array が3より大きい場合に発生します。
//emlist[例][ruby]{
r1 = Random.new(1)
a1 = r1.marshal_dump
r2 = Random.new(3)
r3 = r2.marshal_load(a1)
p r1 == r2 # => true
p r1 == r3 # => true
//}
@see Random#marshal_dump... -
Class
# _ load(str) -> Class (6102.0) -
Object#_dump を参照して下さい。
Object#_dump を参照して下さい。
@param str Ruby のオブジェクトがダンプされた文字列を指定します。 -
Delegator
# marshal _ load(obj) -> object (6102.0) -
シリアライズされたオブジェクトから、Delegator#__getobj__ が返すオブジェクトを再現します。
シリアライズされたオブジェクトから、Delegator#__getobj__ が返すオブジェクトを再現します。
@param obj Delegator#marshal_dumpの戻り値のコピー -
Gem
:: Commands :: BuildCommand # load _ gemspecs(filename) -> Array (6102.0) -
gemspec ファイルをロードします。
gemspec ファイルをロードします。
@param filename ファイル名を指定します。