520件ヒット
[1-100件を表示]
(0.092秒)
ライブラリ
- ビルトイン (172)
- csv (6)
-
irb
/ extend-command (12) - matrix (24)
-
net
/ pop (132) - rake (36)
-
rubygems
/ dependency _ installer (72) -
rubygems
/ installer (24) -
rubygems
/ spec _ fetcher (24) -
rubygems
/ uninstaller (12) - thwait (6)
クラス
-
CSV
:: Row (6) - Class (12)
-
Gem
:: DependencyInstaller (72) -
Gem
:: Installer (24) -
Gem
:: SpecFetcher (24) -
Gem
:: Uninstaller (12) - Matrix (24)
- Method (38)
- Module (48)
-
Net
:: POP3 (24) -
Net
:: POPMail (108) - Object (12)
- Proc (26)
-
Rake
:: Application (12) -
Rake
:: FileTask (24) - SystemCallError (12)
- ThreadsWait (6)
- TracePoint (12)
モジュール
- Enumerable (12)
-
IRB
:: ExtendCommandBundle (12)
キーワード
- << (14)
- >> (14)
-
all
_ waits (6) - allocate (12)
- call (36)
-
callee
_ id (12) - deconstruct (3)
-
deconstruct
_ keys (3) -
delete
_ all (24) -
dependencies
_ ok? (12) -
each
_ with _ index (24) -
ensure
_ dependency (12) - errno (12)
- fetch (12)
-
find
_ gems _ with _ sources (12) -
find
_ matching (12) -
find
_ spec _ by _ name _ and _ version (12) -
gather
_ dependencies (12) -
gems
_ to _ install (12) - install (12)
-
install
_ alias _ method (12) -
installation
_ satisfies _ dependency? (12) -
installed
_ gems (12) - lazy (12)
- mail (36)
- needed? (12)
- pop (36)
- public (48)
-
respond
_ to? (12)
検索結果
先頭5件
-
Net
:: POPMail # all -> String (18134.0) -
メールを受信します。
...ます。
pop, all, mail はすべて同じ効果ですが、
all と mail は obsolete です。
使用例:
require 'net/pop'
Net::POP3.start('pop.example.com', 110,
'YourAccount', 'YourPassword') {|pop|
pop.mails.each do |m|
puts m.pop
end
}
ブロッ......る例:
require 'net/pop'
Net::POP3.start('pop.example.com', 110) {|pop|
pop.each_mail do |m|
m.pop do |str|
print str
end
end
}
@param io メールの内容を書きこむオブジェクト
@raise TimeoutError 通信がタイムアウトした場合に発生し... -
Net
:: POPMail # all {|str| . . . . } -> nil (18134.0) -
メールを受信します。
...ます。
pop, all, mail はすべて同じ効果ですが、
all と mail は obsolete です。
使用例:
require 'net/pop'
Net::POP3.start('pop.example.com', 110,
'YourAccount', 'YourPassword') {|pop|
pop.mails.each do |m|
puts m.pop
end
}
ブロッ......る例:
require 'net/pop'
Net::POP3.start('pop.example.com', 110) {|pop|
pop.each_mail do |m|
m.pop do |str|
print str
end
end
}
@param io メールの内容を書きこむオブジェクト
@raise TimeoutError 通信がタイムアウトした場合に発生し... -
Net
:: POPMail # all(io) -> object (18134.0) -
メールを受信します。
...ます。
pop, all, mail はすべて同じ効果ですが、
all と mail は obsolete です。
使用例:
require 'net/pop'
Net::POP3.start('pop.example.com', 110,
'YourAccount', 'YourPassword') {|pop|
pop.mails.each do |m|
puts m.pop
end
}
ブロッ......る例:
require 'net/pop'
Net::POP3.start('pop.example.com', 110) {|pop|
pop.each_mail do |m|
m.pop do |str|
print str
end
end
}
@param io メールの内容を書きこむオブジェクト
@raise TimeoutError 通信がタイムアウトした場合に発生し... -
Gem
:: Installer # installation _ satisfies _ dependency?(dependency) -> bool (15301.0) -
登録されているソースインデックスが与えられた依存関係を 満たすことができる場合は、真を返します。そうでない場合は偽を返します。
...登録されているソースインデックスが与えられた依存関係を
満たすことができる場合は、真を返します。そうでない場合は偽を返します。
@param dependency Gem::Dependency のインスタンスを指定します。... -
Gem
:: DependencyInstaller # gather _ dependencies -> Array (12101.0) -
依存関係を無視するように指定されていない限り、インストールするように指定された Gem が依存している Gem の情報を集めて返します。
依存関係を無視するように指定されていない限り、インストールするように指定された
Gem が依存している Gem の情報を集めて返します。 -
Gem
:: DependencyInstaller # gems _ to _ install -> Array (12101.0) -
依存関係によりインストールされる予定の Gem のリストを返します。
依存関係によりインストールされる予定の Gem のリストを返します。 -
Gem
:: DependencyInstaller # install(dep _ or _ name , version = Gem :: Requirement . default) -> Array (12101.0) -
指定された Gem とその依存する Gem を全てインストールします。
...指定された Gem とその依存する Gem を全てインストールします。
@param dep_or_name Gem の名前か Gem::Dependency のインスタンスを指定します。
@param version バージョンに関する条件を指定します。
@return このメソッドでインストー... -
Gem
:: DependencyInstaller # installed _ gems -> Array (12101.0) -
Gem::DependencyInstaller#install でインストールされた Gem のリストを返します。
...Gem::DependencyInstaller#install でインストールされた Gem のリストを返します。... -
Gem
:: Installer # ensure _ dependency(spec , dependency) -> true (9201.0) -
インストールしようとしている Gem が依存関係を満たしている事を確認します。
...たしていない場合は、例外 Gem::InstallError が発生します。
@param spec Gem::Specification のインスタンスを指定します。
@param dependency Gem::Dependency のインスタンスを指定します。
@raise Gem::InstallError 依存関係を満たしていない場合...