526件ヒット
[101-200件を表示]
(0.135秒)
ライブラリ
- ビルトイン (118)
- bigdecimal (12)
- delegate (12)
-
fiddle
/ import (12) -
irb
/ cmd / load (12) -
irb
/ ext / save-history (12) -
irb
/ ext / use-loader (48) - openssl (36)
- optparse (12)
- rake (24)
-
rake
/ loaders / makefile (12) -
rake
/ testtask (24) - rubygems (48)
-
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 (24) -
rubygems
/ version (12) -
webrick
/ httpauth / htdigest (12) -
webrick
/ httpauth / htpasswd (12) -
webrick
/ httpauth / userdb (12)
クラス
- BigDecimal (12)
- Class (12)
- Delegator (12)
-
Gem
:: Commands :: BuildCommand (12) -
Gem
:: ConfigFile (12) -
Gem
:: LoadError (36) -
Gem
:: Package :: TarInput (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (12) -
Gem
:: SpecFetcher (12) -
Gem
:: Specification (24) -
Gem
:: Version (12) -
IRB
:: Context (36) -
IRB
:: ExtendCommand :: Load (12) - Module (24)
- Object (60)
-
OpenSSL
:: Engine (24) -
OpenSSL
:: X509 :: ExtensionFactory (12) - OptionParser (12)
-
Rake
:: Application (12) -
Rake
:: DefaultLoader (12) -
Rake
:: MakefileLoader (12) -
Rake
:: TestTask (24) - Random (12)
-
RubyVM
:: InstructionSequence (10) -
WEBrick
:: HTTPAuth :: Htdigest (12) -
WEBrick
:: HTTPAuth :: Htpasswd (12)
モジュール
-
Fiddle
:: Importer (12) -
IRB
:: ExtendCommandBundle (12) -
IRB
:: HistorySavingAbility (12) - Kernel (12)
-
WEBrick
:: HTTPAuth :: UserDB (12)
キーワード
-
_ dump (24) -
_ load (12) -
add
_ loader (12) - autoload (12)
- autoload? (12)
- clone (12)
- config= (12)
- dlload (12)
- download (12)
- dup (12)
- execute (12)
- gem (12)
-
get
_ passwd (36) -
irb
_ load (12) - libs= (12)
-
load
_ file (12) -
load
_ gems _ in (12) -
load
_ gemspec (12) -
load
_ gemspecs (12) -
load
_ history (12) -
load
_ private _ key (12) -
load
_ public _ key (12) -
load
_ specs (12) - loaded= (12)
-
loaded
_ from= (12) - loader= (12)
-
marshal
_ dump (12) -
marshal
_ load (48) - name= (12)
-
to
_ binary (10) -
use
_ loader (12) -
use
_ loader= (12) -
use
_ loader? (12) -
version
_ requirement (12) -
version
_ requirement= (12)
検索結果
先頭5件
-
Gem
:: RemoteFetcher # download(spec , source _ uri , install _ dir = Gem . dir) -> String (6131.0) -
source_uri から取得した Gem パッケージをキャッシュディレクトリに配置します。
...ファイルを置き換えます。
@param spec Gem::Specification のインスタンスを指定します。
@param source_uri 取得先の URI を指定します。
@param install_dir ダウンロードしたファイルの配置先を指定します。
@return ローカルにコピーした......Gem ファイルのパスを返します。
@raise Gem::RemoteFetcher::FetchError... -
IRB
:: ExtendCommandBundle # irb _ load(*opts , &b) -> nil (6130.0) -
現在の irb に関する IRB::Context に対して irb_load コマンドを実行 します。
...現在の irb に関する IRB::Context に対して irb_load コマンドを実行
します。
@see IRB::ExtendCommand::Load#execute... -
Random
# marshal _ load(array) -> Random (6126.0) -
Random#marshal_dump で得られた配列を基に、Randomオブジェクトを復元します。
...れた配列を基に、Randomオブジェクトを復元します。
@param array 三要素以下からなる配列を指定します。
何を指定するかはRandom#marshal_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... -
Module
# autoload(const _ name , feature) -> nil (6119.0) -
定数 const_name を最初に参照した時に feature を Kernel.#require するように設定します。
...ます。
const_name が autoload 設定されていて、まだ定義されてない(ロードされていない)ときは、
autoload する対象を置き換えます。
const_name が(autoloadではなく)既に定義されているときは何もしません。
@param const_name String また......数しか指定できません。
@param feature Kernel.#require と同様な方法で autoload する対象を指定する。
//emlist[例][ruby]{
# ------- /tmp/foo.rb ---------
class Foo
class Bar
end
end
# ----- end of /tmp/foo.rb ----
class Foo
autoload :Bar, '/tmp/foo'
end
p Foo::Bar....../tmp/foo.rb ---------
class Foo
class Bar
end
end
# ----- end of /tmp/foo.rb ----
class Foo
end
Foo.autoload :Bar, '/tmp/foo'
p Foo::Bar #=> Foo::Bar
//}
以下のように、autoload したライブラリがネストした定数を定義しない場
合、NameError が発生します。
//e... -
Gem
:: Package :: TarInput # load _ gemspec(io) -> Gem :: Specification | nil (6114.0) -
YAML 形式の gemspec を io から読み込みます。
...YAML 形式の gemspec を io から読み込みます。
@param io 文字列か IO オブジェクトを指定します。
@see Gem::Specification.from_yaml... -
Gem
:: SpecFetcher # load _ specs(source _ uri , file) -> object (6114.0) -
指定された source_uri, file から gemspec をロードします。
...指定された source_uri, file から gemspec をロードします。
また、内部ではキャッシュの更新も行っています。
@param source_uri gemspec の置いてある URI を指定します。
@param file gemspec のファイル名を指定します。... -
Gem
:: Version # marshal _ load(array) -> nil (6114.0) -
ダンプされた情報をロードし、自身を破壊的に変更します。
...ダンプされた情報をロードし、自身を破壊的に変更します。
//emlist[][ruby]{
version = Gem::Version.new('')
version.marshal_load(["1.2.0a"])
p version # => #<Gem::Version "1.2.0a">
//}
@param array バージョン情報を含む配列を指定します。... -
OpenSSL
:: Engine # load _ private _ key(id=nil , data=nil) -> OpenSSL :: PKey :: PKey (6114.0) -
秘密鍵を engine にロードします。
...秘密鍵を engine にロードします。
@param id key id(文字列)
@param data 文字列... -
OpenSSL
:: Engine # load _ public _ key(id=nil , data=nil) -> OpenSSL :: PKey :: PKey (6114.0) -
公開鍵を engine にロードします。
...公開鍵を engine にロードします。
@param id key id(文字列)
@param data 文字列...