432件ヒット
[201-300件を表示]
(0.085秒)
ライブラリ
- ビルトイン (60)
-
cgi
/ core (36) -
cgi
/ html (24) -
irb
/ cmd / load (36) -
irb
/ context (12) -
irb
/ ext / save-history (24) - mkmf (12)
-
net
/ ftp (48) - openssl (60)
- pathname (12)
- rake (24)
-
rdoc
/ context (36) -
rubygems
/ indexer (12) -
rubygems
/ installer (12) -
rubygems
/ specification (24)
クラス
-
ARGF
. class (12) -
Gem
:: Indexer (12) -
Gem
:: Installer (12) -
Gem
:: Specification (24) - IO (48)
-
IRB
:: Context (36) -
IRB
:: ExtendCommand :: Load (12) -
IRB
:: ExtendCommand :: Require (12) -
IRB
:: ExtendCommand :: Source (12) -
Net
:: FTP (48) -
OpenSSL
:: SSL :: SSLContext (48) -
OpenSSL
:: X509 :: ExtensionFactory (12) - Pathname (12)
-
RDoc
:: Context (36) -
Rake
:: FileList (12) - String (12)
モジュール
-
CGI
:: HtmlExtension (24) -
CGI
:: QueryExtension (36) - Kernel (12)
キーワード
-
ca
_ file (12) -
ca
_ file= (12) -
cert
_ store= (12) - compress (12)
- config= (12)
-
create
_ body (12) -
create
_ makefile (12) -
defined
_ in? (12) - execute (36)
-
external
_ encoding (12) - extname (12)
-
extra
_ rdoc _ files (12) -
extra
_ rdoc _ files= (12) -
extract
_ files (12) -
file
_ field (24) -
file
_ input? (12) - files (12)
- gettextfile (24)
-
history
_ file (12) -
history
_ file= (12) -
in
_ files (12) -
inplace
_ mode= (12) - pathmap (12)
- puttextfile (24)
-
record
_ location (12) -
set
_ encoding (36) -
set
_ params (12) -
unescape
_ filename? (12)
検索結果
先頭5件
-
CGI
:: QueryExtension # unescape _ filename? -> bool (9101.0) -
-
RDoc
:: Context # in _ files (9101.0) -
Files this context is found in
...
Files this context is found in... -
Pathname
# extname -> String (6123.0) -
File.extname(self.to_s) と同じです。
...File.extname(self.to_s) と同じです。
@see File.extname... -
IO
# external _ encoding -> Encoding | nil (6107.0) -
IO の外部エンコーディングを返します。 外部エンコーディングが指定されていない場合は nil を返します。 ただし読み込み専用モードの場合は Encoding.default_external になります。
...ディングが指定されていない場合は nil を返します。
ただし読み込み専用モードの場合は Encoding.default_external になります。
//emlist[例][ruby]{
IO.write("testfile", "abcde")
File.open("testfile") { |f| p f.external_encoding } # => #<Encoding:UTF-8>
//}... -
Kernel
# create _ makefile(target , srcprefix = nil) -> true (6107.0) -
@todo
...@todo
Kernel#have_library などの各種検査の結果を元に、拡張ライブラリを
ビルドするための Makefile を生成します。
extconf.rb は普通このメソッドの呼び出しで終ります。
@param target ターゲットとなる拡張ライブラリの名前を指......として使用します。残りはトップレベルのディレクトリ名と見
なされ、生成された Makefile はそのディレクトリ構造に従い
ます。
例えば、'test/foo' を指定した場合、拡張ライブラリ......省略した場合は extconf.rb があるディレクトリを使用します。
以下のようなディレクトリ構成の場合:
ext/
extconf.rb
test/
foo.c
このようにします。
require 'mkmf'
create_makefile('test/foo', 'test')... -
IRB
:: ExtendCommand :: Require # execute(file _ name) -> bool (3136.0) -
ファイル file_name を現在の irb インタプリタ上で実行します。
...ファイル file_name を現在の irb インタプリタ上で実行します。
file_name に Ruby スクリプトを指定した場合は、Kernel.#require と異
なり、file_name の内容を irb で一行ずつタイプしたかのように、irb 上で一
行ずつ評価されます。req......uire に成功した場合は true を、そうでない場合は
false を返します。
拡張ライブラリ(*.so,*.o,*.dll など)を指定した場合は単純に require され
ます。
@param file_name ファイル名を文字列で指定します。... -
RDoc
:: Context # defined _ in?(file) (3118.0) -
Return true if at least part of this thing was defined in file
...Return true if at least part of this thing was defined in file... -
IRB
:: ExtendCommand :: Load # execute(file _ name , priv = nil) -> nil (3108.0) -
ファイル path を Ruby スクリプトとみなし、現在の irb インタプリタ上で実 行します。
...rnel.#load と異なり、path の内容を irb で一行ずつタイプしたかの
ように、irb 上で一行ずつ評価されます。
@param file_name ファイル名を文字列で指定します。
@param priv 真を指定した場合は実行は内部的に生成される無名モジュ... -
IRB
:: ExtendCommand :: Source # execute(file _ name) -> nil (3108.0) -
現在の irb インタプリタ上で、 Ruby スクリプト path を評価します。
...y スクリプト path を評価します。
path の内容を irb で一行ずつタイプしたかのように、irb 上で一行ずつ評価
されます。$" は更新されず、何度でも実行し直す事ができます。
@param file_name ファイル名を文字列で指定します。...