1207件ヒット
[201-300件を表示]
(0.096秒)
ライブラリ
- ビルトイン (168)
- csv (12)
- digest (12)
-
irb
/ cmd / load (24) - logger (12)
- mkmf (12)
-
net
/ ftp (20) -
net
/ http (120) - openssl (24)
- pathname (443)
- rake (48)
-
rubygems
/ config _ file (24) -
rubygems
/ gem _ path _ searcher (24) -
rubygems
/ remote _ fetcher (24) -
rubygems
/ require _ paths _ builder (12) -
rubygems
/ source _ info _ cache (12) -
rubygems
/ specification (12) -
rubygems
/ validator (12) - shell (42)
-
shell
/ command-processor (42) -
shell
/ filter (36) - tempfile (60)
- zlib (12)
クラス
-
ARGF
. class (24) - CSV (12)
-
Digest
:: Base (12) - File (24)
-
File
:: Stat (24) -
Gem
:: ConfigFile (24) -
Gem
:: GemPathSearcher (24) -
Gem
:: RemoteFetcher (24) -
Gem
:: SourceInfoCache (12) -
Gem
:: Specification (12) -
Gem
:: Validator (12) - IO (60)
-
IRB
:: ExtendCommand :: Load (12) -
IRB
:: ExtendCommand :: Source (12) - LoadError (12)
- Logger (12)
-
Net
:: FTP (20) -
Net
:: HTTP (72) -
Net
:: HTTPGenericRequest (24) -
Net
:: HTTPResponse (24) -
OpenSSL
:: SSL :: SSLContext (24) - Pathname (443)
-
Rake
:: DefaultLoader (12) -
Rake
:: FileList (12) -
RubyVM
:: InstructionSequence (24) - Shell (42)
-
Shell
:: CommandProcessor (42) -
Shell
:: Filter (36) - String (12)
- Tempfile (60)
-
Zlib
:: GzipFile (12)
モジュール
- FileUtils (12)
-
Gem
:: RequirePathsBuilder (12) - Kernel (12)
キーワード
- <=> (12)
-
absolute
_ path (12) - ascend (24)
- atime (12)
- basename (12)
- birthtime (11)
-
body
_ stream (12) -
body
_ stream= (12) -
ca
_ file= (12) -
cert
_ store= (24) - chmod (12)
- chown (12)
- cleanpath (12)
- close (12)
- close! (12)
-
create
_ makefile (12) - ctime (12)
- delete (12)
- descend (24)
- dirname (12)
-
each
_ filename (12) - execute (24)
- extname (12)
-
extra
_ rdoc _ files= (12) - fdatasync (12)
- file? (12)
- filename (12)
- flush (12)
- fnmatch (12)
- fnmatch? (12)
- foreach (18)
- formatter (12)
- ftype (12)
- get (24)
-
get
_ file _ uri _ path (12) - lchmod (12)
- lchown (12)
- load (12)
- lstat (12)
-
make
_ link (12) -
make
_ symlink (12) -
matching
_ file? (12) -
matching
_ files (12) - mlsd (20)
- mtime (12)
- open (42)
-
open
_ uri _ or _ path (12) - path= (12)
- pathmap (24)
- post (24)
-
read
_ body (24) - readlink (30)
- realpath (24)
- rename (12)
- reopen (36)
-
set
_ params (12) - size? (12)
- split (30)
-
split
_ all (12) - stat (12)
-
to
_ path (24) -
to
_ s (12) - truncate (42)
-
try
_ file (12) - unlink (30)
- utime (12)
-
verify
_ gem _ file (12) -
write
_ require _ paths _ file _ if _ needed (12)
検索結果
先頭5件
-
Gem
:: GemPathSearcher # matching _ file?(spec , path) -> bool (9225.0) -
与えられた spec に path が含まれている場合、真を返します。 そうでない場合は偽を返します。
...与えられた spec に path が含まれている場合、真を返します。
そうでない場合は偽を返します。
@param spec Gem::Specification のインスタンスを指定します。
@param path 探索対象のパスを指定します。... -
Rake
:: FileList # pathmap(spec = nil) -> Rake :: FileList (9213.0) -
各要素に String#pathmap を適用した新しい Rake::FileList を返します。
...各要素に String#pathmap を適用した新しい Rake::FileList を返します。
//emlist[][ruby]{
# Rakefile での記載例とする
task default: :test_rake_app
task :test_rake_app do
file_list = FileList.new("test1.rb", "test2.rb", "test3.rb")
file_list.pathmap("%n") # => ["test1",......"test2", "test3"]
end
//}
@see String#pathmap... -
Gem
:: ConfigFile # path=(path) (9203.0) -
Gem を探索するパスをセットします。
Gem を探索するパスをセットします。 -
Pathname
# file? -> bool (9124.0) -
FileTest.file?(self.to_s) と同じです。
...FileTest.file?(self.to_s) と同じです。
@see FileTest.#file?... -
Pathname
# to _ path -> String (9118.0) -
File.open などの引数に渡す際に呼ばれるメソッドです。 Pathname オブジェ クトにおいては、 to_s と同じです。
...File.open などの引数に渡す際に呼ばれるメソッドです。 Pathname オブジェ
クトにおいては、 to_s と同じです。
@see Pathname#to_s... -
Pathname
# each _ filename {|v| . . . } -> nil (9101.0) -
self のパス名要素毎にブロックを実行します。
...self のパス名要素毎にブロックを実行します。
//emlist[例][ruby]{
require 'pathname'
Pathname.new("/foo/../bar").each_filename {|v| p v}
# => "foo"
# ".."
# "bar"
//}... -
Shell
# expand _ path(path) -> String (6237.0) -
Fileクラスにある同名のクラスメソッドと同じです.
...
Fileクラスにある同名のクラスメソッドと同じです.
@param path ファイル名を表す文字列を指定します。
@see File.expand_path... -
Shell
:: CommandProcessor # expand _ path(path) -> String (6237.0) -
Fileクラスにある同名のクラスメソッドと同じです.
...
Fileクラスにある同名のクラスメソッドと同じです.
@param path ファイル名を表す文字列を指定します。
@see File.expand_path... -
Net
:: HTTP # ca _ file=(path) (6227.0) -
信頼する CA 証明書ファイルのパスを文字列で設定します。
...ファイルには複数の証明書を含んでいても構いません。
詳しくは OpenSSL::SSL::SSLContext#ca_file= を見てください。
デフォルトは nil (指定なし)です。
@param path ファイルパス文字列
@see Net::HTTP#ca_file, OpenSSL::SSL::SSLContext#ca_file=... -
Gem
:: SourceInfoCache # try _ file(path) -> String | nil (6209.0) -
与えられたパスがキャッシュファイルとして利用可能な場合、そのパスを返します。 そうでない場合は nil を返します。
...与えられたパスがキャッシュファイルとして利用可能な場合、そのパスを返します。
そうでない場合は nil を返します。
@param path キャッシュファイルの候補となるパスを指定します。...