365件ヒット
[301-365件を表示]
(0.076秒)
ライブラリ
- ビルトイン (12)
-
cgi
/ core (12) -
fiddle
/ import (24) - json (12)
- mkmf (60)
-
net
/ ftp (20) -
net
/ imap (36) - openssl (72)
- pathname (9)
- rake (24)
- resolv (12)
-
rubygems
/ specification (24) -
rubygems
/ version (12) -
win32
/ registry (36)
クラス
- Binding (12)
- Class (12)
-
Gem
:: Specification (24) -
Gem
:: Version (12) -
Net
:: FTP :: MLSxEntry (20) -
Net
:: IMAP (36) -
OpenSSL
:: X509 :: ExtensionFactory (72) - Pathname (9)
-
Resolv
:: DNS :: Name (12) -
Win32
:: Registry (36)
モジュール
-
CGI
:: QueryExtension (12) -
Fiddle
:: Importer (24) - Kernel (72)
-
Rake
:: TaskManager (12)
キーワード
-
create
_ body (12) -
create
_ ext (12) -
create
_ ext _ from _ array (12) -
create
_ ext _ from _ hash (12) -
create
_ ext _ from _ string (12) -
create
_ extension (24) -
create
_ header (12) -
create
_ makefile (12) -
create
_ rule (12) -
create
_ tmpsrc (12) -
create
_ value (12) - created? (12)
- empty? (9)
- eql? (12)
- facts (10)
-
file
_ create (12) -
install
_ files (12) -
install
_ rb (12) -
json
_ creatable? (12) - keyname (12)
- list (12)
-
local
_ variable _ set (12) -
required
_ ruby _ version= (12) -
required
_ rubygems _ version= (12) -
subdomain
_ of? (12) - value (12)
- xlist (12)
検索結果
先頭5件
-
Binding
# local _ variable _ set(symbol , obj) (7.0) -
引数 symbol で指定した名前のローカル変数に引数 obj を設定します。
...[例][ruby]{
def foo
a = 1
bind = binding
bind.local_variable_set(:a, 2) # set existing local variable `a'
bind.local_variable_set(:b, 3) # create new local variable `b'
# `b' exists only in binding
p bind.local_variable_get(:a) # => 2
p bind.local_varia... -
Gem
:: Specification # required _ ruby _ version=(requirement) (7.0) -
この Gem パッケージを動作させるのに必要な Ruby のバージョンをセットします。
...この Gem パッケージを動作させるのに必要な Ruby のバージョンをセットします。
@param requirement Gem::Requirement.create が受け付ける形式のオブジェクトを指定します。
@see Gem::Requirement... -
Gem
:: Specification # required _ rubygems _ version=(requirement) (7.0) -
この Gem パッケージを動作させるのに必要な RubyGems のバージョンをセットします。
...この Gem パッケージを動作させるのに必要な RubyGems のバージョンをセットします。
@param requirement Gem::Requirement.create が受け付ける形式のオブジェクトを指定します。
@see Gem::Requirement... -
Net
:: FTP :: MLSxEntry # facts -> { String => String|Integer|Time } (7.0) -
そのエントリの「facts」を返します。
...perm, type, size, unique はすべてのサーバで
対応すべき(SHOULD)、とされています。
* "modify" : 変更時刻 (Time)
* "create": 作成時刻
* "perm": パーミッション(String)
* "type": 種類(String, "file", "dir", "cdir", "pdir" など)
* "size": ファイル... -
Pathname
# empty? -> bool (7.0) -
ディレクトリに対しては Dir.empty?(self.to_s) と同じ、他に対しては FileTest.empty?(self.to_s) と同じです。
...ame(dir).empty? } # => true
//}
//emlist[例 ファイルの場合][ruby]{
require "pathname"
require 'tempfile'
Pathname("testfile").empty? # => false
Tempfile.create("tmp") { |tmp| Pathname(tmp).empty? } # => true
//}
@see Dir.empty?, FileTest.#empty?, Pathname#zero?... -
Win32
:: Registry # keyname (7.0) -
@todo
...@todo
Win32::Registry.open または Win32::Registry.create に指定された
subkey の値を返します。...