787件ヒット
[1-100件を表示]
(0.103秒)
ライブラリ
- ビルトイン (110)
- coverage (7)
- csv (96)
- fileutils (48)
-
irb
/ inspector (12) - json (24)
- matrix (36)
-
minitest
/ unit (3) - optparse (12)
- psych (43)
- rake (12)
- readline (24)
-
rexml
/ document (24) -
rubygems
/ command (36) -
rubygems
/ ext / configure _ builder (12) -
rubygems
/ ext / ext _ conf _ builder (12) -
rubygems
/ ext / rake _ builder (12) -
rubygems
/ requirement (12) -
rubygems
/ source _ info _ cache (12) -
rubygems
/ specification (72) - shell (12)
- shellwords (12)
- socket (96)
- tsort (24)
- win32ole (24)
クラス
- Array (24)
- CSV (84)
-
CSV
:: Table (12) - Coverage (7)
-
Encoding
:: Converter (12) -
Gem
:: Command (36) -
Gem
:: Ext :: ConfigureBuilder (12) -
Gem
:: Ext :: ExtConfBuilder (12) -
Gem
:: Ext :: RakeBuilder (12) -
Gem
:: Requirement (12) -
Gem
:: SourceInfoCache (12) -
Gem
:: Specification (72) - Hash (24)
-
IRB
:: Inspector (12) -
JSON
:: Parser (12) -
JSON
:: State (12) - Matrix (36)
-
MiniTest
:: Unit :: TestCase (2) -
OptionParser
:: ParseError (12) -
REXML
:: Entity (24) -
Rake
:: Task (12) - Regexp (12)
- Shell (12)
- Socket (84)
- TCPSocket (12)
-
WIN32OLE
_ VARIANT (24)
モジュール
- FileUtils (48)
-
GC
:: Profiler (12) - MiniTest (1)
- Psych (43)
- Shellwords (12)
- TSort (24)
- Warning (1)
オブジェクト
-
Readline
:: HISTORY (24) - main (25)
キーワード
- [] (24)
- []= (12)
-
array
_ attribute (12) -
array
_ attributes (12) -
attribute
_ defaults (12) -
attribute
_ names (12) - build (36)
- categories (1)
-
collect
_ method (12) -
column
_ vector (12) - commands (12)
-
default
_ system _ path (6) -
default
_ system _ path= (6) - diagonal (12)
- dump (24)
-
extra
_ args (12) -
filter
_ backtrace (13) -
generate
_ line (12) - getaddrinfo (12)
- gethostbyaddr (12)
- gethostbyname (24)
- getnameinfo (12)
- join (12)
-
keys
_ with _ inspector (12) -
line
_ stub (7) - list (12)
- new (96)
- pair (12)
- parse (36)
-
parse
_ line (12) - private (20)
- public (5)
- read (12)
- readlines (12)
-
required
_ attributes (12) - result (12)
-
row
_ vector (12) -
safe
_ load (19) -
search
_ convpath (12) -
search
_ with _ source (12) - socketpair (12)
-
specific
_ extra _ args (12) -
strongly
_ connected _ components (12) - table (12)
- tasks (12)
-
test
_ methods (1) -
test
_ suites (1) -
try
_ convert (12) - tsort (12)
- union (12)
-
unpack
_ sockaddr _ in (12)
検索結果
先頭5件
-
WIN32OLE
_ VARIANT . array(dims , vt) -> WIN32OLE _ VARIANT (21208.0) -
配列用のVARIANTオブジェクトを生成します。
...配列用のVARIANTオブジェクトを生成します。
オートメーションメソッド呼び出し用の配列を生成します。なお、OLEオートメー
ションの配列の次元と添え字の関係はVB型だという点に注意してください。こ
れはCと逆順の並び......vt 配列要素の型をWIN32OLE::VARIANTの定数で指定します。
@return 指定された次元/要素数を持つWIN32OLE_VARIANTオブジェクト。
次の例は、最初の次元が3要素、次の次元が4要素の2次元配列を生成する例です。
ole_ary = WIN32OLE_VARIANT.......array([3,4], WIN32OLE::VARIANT::VT_I4)
ruby_ary = ole_ary.value # => [[0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]]
@see WIN32OLE_VARIANT#value, WIN32OLE::VARIANT... -
MiniTest
:: Unit :: TestCase . test _ suites -> Array (18302.0) -
テストクラス名のリストを返します。
テストクラス名のリストを返します。 -
Array
. try _ convert(obj) -> Array | nil (15226.0) -
to_ary メソッドを用いて obj を配列に変換しようとします。
...to_ary メソッドを用いて obj を配列に変換しようとします。
何らかの理由で変換できないときには nil を返します。
このメソッドは引数が配列であるかどうかを調べるために使えます。
//emlist[例][ruby]{
Array.try_convert([1]) # =>......[1]
Array.try_convert("1") # => nil
if tmp = Array.try_convert(arg)
# the argument is an array
elsif tmp = String.try_convert(arg)
# the argument is a string
end
//}... -
Gem
:: Specification . array _ attributes -> Array (12319.0) -
@@array_attributes の複製を返します。
...@@array_attributes の複製を返します。
@see Object#dup... -
Gem
:: Specification . array _ attribute(name) -> () (12202.0) -
Gem::Specification.attribute と同じですが、値を配列に格納するアクセサを作ります。
...Gem::Specification.attribute と同じですが、値を配列に格納するアクセサを作ります。
@param name 属性の名前を指定します。
@see Gem::Specification.attribute... -
MiniTest
:: Unit :: TestCase . test _ methods -> Array (12202.0) -
テストメソッドのリストを返します。
...テストメソッドのリストを返します。
MiniTest::Unit::TestCase.test_order の値が :random である場合は
返されるメソッドリストの順番はランダムです。
そうでない場合は、文字コード順にソートされます。... -
Array
. [](*item) -> Array (9220.0) -
引数 item を要素として持つ配列を生成して返します。
...数 item を要素として持つ配列を生成して返します。
Array のサブクラスを作成したしたときに、そのサブクラスのインスタンスを作成
しやすくするために用意されている。
@param item 配列の要素を指定します。
//emlist[例][rub......y]{
Array[1, 2, 3] #=> [1, 2, 3]
class SubArray < Array
# ...
end
p SubArray[1, 2, 3] # => [1, 2, 3]
//}... -
FileUtils
. options -> Array (9202.0) -
オプション名の配列を返します。
...オプション名の配列を返します。
//emlist[][ruby]{
require 'fileutils'
FileUtils.options
# => ["verbose", "mode", "noop", "parents", "force", "preserve", "dereference_root", "remove_destination", "secure", "mtime", "nocreate"]
//}......オプション名の配列を返します。
//emlist[][ruby]{
require 'fileutils'
FileUtils.options
# => ["noop", "verbose", "force", "mode", "parents", "owner", "group", "preserve", "dereference_root", "remove_destination", "secure", "mtime", "nocreate"]
//}... -
FileUtils
. options _ of(mid) -> Array (9202.0) -
与えられたメソッド名で使用可能なオプション名の配列を返します。
...与えられたメソッド名で使用可能なオプション名の配列を返します。
@param mid メソッド名を指定します。
//emlist[][ruby]{
require 'fileutils'
FileUtils.options_of(:rm) # => ["noop", "verbose", "force"]
//}... -
IRB
:: Inspector . keys _ with _ inspector(inspector) -> Array (9202.0) -
引数で指定した IRB::Inspector に対応する key の配列を返します。
...引数で指定した IRB::Inspector に対応する key の配列を返します。
@param inspector IRB::Inspector オブジェクトを指定します。
IRB::Inspector.keys_with_inspector(IRB::Inspector::INSPECTORS[true])
# => [true, :p, "p", :inspect, "inspect"]... -
MiniTest
. filter _ backtrace(backtrace) -> Array (9202.0) -
バックトレースからこのライブラリに関する部分を取り除いた結果を返します。
...バックトレースからこのライブラリに関する部分を取り除いた結果を返します。
@param backtrace バックトレースを指定します。... -
Rake
:: Task . tasks -> Array (9202.0) -
定義されているタスクのリストを返します。
定義されているタスクのリストを返します。