1764件ヒット
[1-100件を表示]
(0.101秒)
ライブラリ
- ビルトイン (417)
- continuation (12)
- csv (6)
- delegate (24)
-
drb
/ acl (36) - fiddle (24)
-
irb
/ extend-command (12) - json (12)
- logger (12)
- matrix (200)
-
minitest
/ unit (1) - mkmf (24)
-
net
/ http (24) -
net
/ imap (24) -
net
/ pop (108) - openssl (144)
- pstore (12)
- rake (12)
-
rexml
/ document (48) -
rinda
/ rinda (12) -
rinda
/ tuplespace (12) -
rubygems
/ command (12) -
rubygems
/ dependency _ installer (36) -
rubygems
/ gem _ path _ searcher (12) -
rubygems
/ installer (132) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (12) -
rubygems
/ source _ info _ cache (36) -
rubygems
/ source _ info _ cache _ entry (12) -
rubygems
/ spec _ fetcher (36) -
rubygems
/ specification (12) -
rubygems
/ uninstaller (84) - shell (36)
-
shell
/ command-processor (36) -
shell
/ filter (36) - tsort (12)
- un (12)
-
webrick
/ httpauth / basicauth (12) -
webrick
/ httpauth / digestauth (12) -
win32
/ registry (12)
クラス
- ACL (36)
- Array (21)
-
CSV
:: Row (6) - Class (12)
- Continuation (12)
- Delegator (24)
-
Enumerator
:: Lazy (31) -
Fiddle
:: Closure :: BlockCaller (12) -
Fiddle
:: Function (12) -
Gem
:: Command (12) -
Gem
:: DependencyInstaller (36) -
Gem
:: GemPathSearcher (12) -
Gem
:: Installer (132) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCache (36) -
Gem
:: SourceInfoCacheEntry (12) -
Gem
:: SpecFetcher (36) -
Gem
:: Specification (12) -
Gem
:: Uninstaller (84) - Hash (67)
- Integer (8)
-
JSON
:: State (12) -
Logger
:: Formatter (12) - Matrix (200)
- Method (38)
- Module (48)
-
Net
:: HTTP (24) -
Net
:: IMAP (24) -
Net
:: POPMail (108) - Object (12)
-
OpenSSL
:: Netscape :: SPKI (24) -
OpenSSL
:: SSL :: SSLContext (72) -
OpenSSL
:: X509 :: Store (36) -
OpenSSL
:: X509 :: StoreContext (12) - PStore (12)
- Proc (26)
-
RDoc
:: Options (24) -
REXML
:: Attributes (12) -
REXML
:: Element (24) -
REXML
:: Elements (12) -
Rinda
:: TupleSpace (12) -
Rinda
:: TupleSpaceProxy (12) - Shell (36)
-
Shell
:: CommandProcessor (36) -
Shell
:: Filter (36) - TracePoint (12)
- UnboundMethod (12)
-
WEBrick
:: HTTPAuth :: BasicAuth (12) -
WEBrick
:: HTTPAuth :: DigestAuth (12) -
Win32
:: Registry (12)
モジュール
- Enumerable (130)
- FileUtils (12)
-
IRB
:: ExtendCommandBundle (12) - Kernel (36)
-
MiniTest
:: Assertions (1) - TSort (12)
キーワード
- << (14)
- >> (14)
- [] (12)
- all? (45)
- allbits? (8)
- allocate (12)
-
allow
_ addr? (12) -
allow
_ nan? (12) -
allow
_ socket? (12) -
ask
_ if _ ok (12) -
bind
_ call (12) - call (84)
-
callee
_ id (12) - cat (18)
- challenge (36)
- challenge= (12)
-
check
_ point (18) - ciphers= (12)
- collect (14)
- collect! (14)
- context (12)
- context= (12)
- create (12)
- deconstruct (3)
-
deconstruct
_ keys (3) - delete (24)
-
delete
_ all (24) -
dependencies
_ ok? (12) - download (12)
- each (24)
-
each
_ with _ index (24) - echo (18)
-
ensure
_ dependency (12) -
extract
_ files (12) - fetch (12)
- filter (21)
-
find
_ all (48) -
find
_ gems _ with _ sources (12) -
find
_ index (36) -
find
_ matching (12) -
find
_ spec _ by _ name _ and _ version (12) -
finish
_ all _ jobs (18) - flags= (24)
-
formatted
_ program _ filename (12) -
generate
_ bin (12) -
generate
_ bin _ script (12) -
generate
_ bin _ symlink (12) -
generate
_ windows _ script (12) -
get
_ all _ gem _ names (12) - glob (18)
-
hyperlink
_ all= (12) - index (43)
- install (36)
-
install
_ alias _ method (12) -
install
_ files (12) -
install
_ list (12) -
install
_ rb (12) -
installation
_ satisfies _ dependency? (12) - key (12)
- lazy (12)
- list (12)
- mail (36)
- map (14)
- map! (14)
-
path
_ ok? (12) - pop (36)
-
protected
_ methods (12) - public (48)
-
public
_ methods (12) -
read
_ all (24) - rect (12)
- rectangular (12)
- refresh (24)
- remove (12)
-
remove
_ all (12) -
remove
_ executables (12) -
respond
_ to? (12) - search (12)
-
search
_ with _ source (12) - select (36)
- shebang (12)
- shift (12)
-
show
_ all= (12) - skip (1)
-
slice
_ before (24) - sort (12)
-
split
_ all (12) - tally (8)
- tee (18)
-
tmp
_ dh _ callback (12) -
tmp
_ dh _ callback= (12) -
tsort
_ each _ node (12) -
uid
_ sort (12) -
ultra
_ safe= (12) -
uninstall
_ gem (12) - unpack (12)
- update (12)
-
verify
_ callback (36) -
verify
_ callback= (36)
検索結果
先頭5件
-
Net
:: POPMail # all -> String (18140.0) -
メールを受信します。
...通常 IO オブジェクトを渡します。
この場合引数として渡したオブジェクトを返します。
pop, all, mail はすべて同じ効果ですが、
all と mail は obsolete です。
使用例:
require 'net/pop'
Net::POP3.start('pop.example.com', 110,......t str
end
end
}
@param io メールの内容を書きこむオブジェクト
@raise TimeoutError 通信がタイムアウトした場合に発生します
@raise Net::POPError サーバが認証失敗以外のエラーを報告した場合に発生します
@raise Net::POPBadResponse... -
Net
:: POPMail # all {|str| . . . . } -> nil (18140.0) -
メールを受信します。
...通常 IO オブジェクトを渡します。
この場合引数として渡したオブジェクトを返します。
pop, all, mail はすべて同じ効果ですが、
all と mail は obsolete です。
使用例:
require 'net/pop'
Net::POP3.start('pop.example.com', 110,......t str
end
end
}
@param io メールの内容を書きこむオブジェクト
@raise TimeoutError 通信がタイムアウトした場合に発生します
@raise Net::POPError サーバが認証失敗以外のエラーを報告した場合に発生します
@raise Net::POPBadResponse... -
Net
:: POPMail # all(io) -> object (18140.0) -
メールを受信します。
...通常 IO オブジェクトを渡します。
この場合引数として渡したオブジェクトを返します。
pop, all, mail はすべて同じ効果ですが、
all と mail は obsolete です。
使用例:
require 'net/pop'
Net::POP3.start('pop.example.com', 110,......t str
end
end
}
@param io メールの内容を書きこむオブジェクト
@raise TimeoutError 通信がタイムアウトした場合に発生します
@raise Net::POPError サーバが認証失敗以外のエラーを報告した場合に発生します
@raise Net::POPBadResponse... -
Gem
:: Installer # install -> Gem :: Specification (9131.0) -
Gem をインストールします。
...ルします。
@gem_home/
cache/<gem-version>.gem #=> インストールした Gem のコピー
gems/<gem-version>/... #=> インストール時に展開したファイル
specifications/<gem-version>.gemspec #=> gemspec ファイル
@return ロード......スを返します。
@raise Gem::InstallError 要求された Ruby のバージョンを満たしていない場合に発生します。
@raise Gem::InstallError 要求された RubyGems のバージョンを満たしていない場合に発生します。
@raise Gem::InstallError Zlib::GzipFile... -
Gem
:: DependencyInstaller # install(dep _ or _ name , version = Gem :: Requirement . default) -> Array (9119.0) -
指定された Gem とその依存する Gem を全てインストールします。
...とその依存する Gem を全てインストールします。
@param dep_or_name Gem の名前か Gem::Dependency のインスタンスを指定します。
@param version バージョンに関する条件を指定します。
@return このメソッドでインストールした Gem のリ... -
Gem
:: Uninstaller # uninstall _ gem(spec , specs) (9113.0) -
与えられた spec に対応する Gem をアンインストールします。
...与えられた spec に対応する Gem をアンインストールします。
@param spec アンインストール指定されている Gem の Gem::Specification を指定します。
@param specs アンインストールする Gem のリストを指定します。
このパラ... -
Gem
:: Uninstaller # remove _ all(list) (9108.0) -
list で与えられた Gem を全てアンインストールします。
...list で与えられた Gem を全てアンインストールします。
@param list アンインストールする Gem のリストを指定します。... -
Fiddle
:: Closure :: BlockCaller # call(*args) -> object (9107.0) -
wrap しているブロックを呼び出します。
...wrap しているブロックを呼び出します。
そのブロックの返り値がこのメソッドの返り値となります。
@param args 引数... -
Gem
:: Installer # installation _ satisfies _ dependency?(dependency) -> bool (9107.0) -
登録されているソースインデックスが与えられた依存関係を 満たすことができる場合は、真を返します。そうでない場合は偽を返します。
...登録されているソースインデックスが与えられた依存関係を
満たすことができる場合は、真を返します。そうでない場合は偽を返します。
@param dependency Gem::Dependency のインスタンスを指定します。...