別のキーワード
ライブラリ
- ビルトイン (241)
- bigdecimal (12)
- ipaddr (28)
-
irb
/ output-method (12) - mathn (3)
-
minitest
/ spec (1) -
minitest
/ unit (7) - mkmf (24)
- pathname (12)
-
rexml
/ document (84) -
rexml
/ sax2listener (24) - rss (12)
-
rubygems
/ package / tar _ header (12) - shell (6)
-
shell
/ command-processor (6) -
shell
/ filter (6) -
webrick
/ httprequest (12)
クラス
- BigDecimal (12)
- Bignum (60)
- Fixnum (108)
-
Gem
:: Package :: TarHeader (12) - IPAddr (28)
-
IRB
:: OutputMethod (12) -
MiniTest
:: Unit (6) - Module (1)
- Pathname (12)
-
REXML
:: Attribute (12) -
REXML
:: Attributes (12) -
REXML
:: Element (36) -
RSS
:: NSError (12) - Regexp (12)
-
RubyVM
:: InstructionSequence (12) - Shell (6)
-
Shell
:: CommandProcessor (6) -
Shell
:: Filter (6) - String (40)
- Symbol (12)
-
WEBrick
:: HTTPRequest (12)
モジュール
- Kernel (24)
-
MiniTest
:: Assertions (1) -
REXML
:: Namespace (24) -
REXML
:: SAX2Listener (24)
キーワード
- % (6)
- & (6)
- * (6)
- ** (6)
- + (6)
- - (6)
- -@ (3)
-
/ (9) - < (3)
- << (6)
- <= (3)
- <=> (6)
- == (3)
- > (3)
- >= (3)
- >> (6)
- [] (6)
- ^ (6)
-
_ assertions (1) - abs (6)
-
add
_ namespace (12) -
assertion
_ count (1) - basename (30)
-
bit
_ length (3) -
create
_ makefile (12) -
delete
_ prefix (8) -
delete
_ prefix! (8) -
delete
_ suffix (8) -
delete
_ suffix! (8) - div (6)
- divmod (3)
-
end
_ prefix _ mapping (12) -
end
_ with? (6) - errors (1)
- even? (3)
- failures (1)
- fdiv (3)
-
fixed
_ encoding? (12) - fixup (12)
-
infect
_ with _ assertions (1) - inspect (3)
-
install
_ files (12) - magnitude (6)
- mask (12)
- modulo (6)
- namespace (12)
- odd? (3)
- ppx (12)
- prefix (56)
- prefix= (20)
- prefixes (24)
- remainder (3)
- run (1)
- size (6)
- skips (1)
-
start
_ prefix _ mapping (12) -
start
_ with? (14) - succ (3)
-
test
_ count (1) -
to
_ a (12) -
to
_ f (3) -
to
_ s (3) - zero? (3)
- | (6)
- ~ (6)
検索結果
先頭5件
-
Kernel
# install _ files(mfile , ifiles , map = nil , srcprefix = nil) -> [] (101.0) -
このメソッドは create_makefile, install_rb が使用します。 内部用のメソッドです。
...ll_rb が使用します。
内部用のメソッドです。
@param mfile Makefile を表す File のインスタンスです。
@param ifiles インストールするファイルのリストを指定します。
@param map ???
@param srcprefix ソースディレクトリを指定します。... -
MiniTest
:: Assertions # _ assertions -> Fixnum (101.0) -
アサーション数を返します。
アサーション数を返します。 -
MiniTest
:: Unit # assertion _ count -> Fixnum (101.0) -
アサーション数を返します。
アサーション数を返します。 -
MiniTest
:: Unit # errors -> Fixnum (101.0) -
エラー数を返します。
エラー数を返します。 -
MiniTest
:: Unit # failures -> Fixnum (101.0) -
失敗したアサーション数を返します。
失敗したアサーション数を返します。 -
MiniTest
:: Unit # run(args = []) -> Fixnum | nil (101.0) -
全てのテストを実行するためのメソッドです。
全てのテストを実行するためのメソッドです。
@param args コマンドライン引数を指定します。 -
MiniTest
:: Unit # skips -> Fixnum (101.0) -
実行しなかったテストケース数を返します。
実行しなかったテストケース数を返します。 -
MiniTest
:: Unit # test _ count -> Fixnum (101.0) -
テストケース数を返します。
テストケース数を返します。 -
Pathname
# basename(suffix = "") -> Pathname (101.0) -
Pathname.new(File.basename(self.to_s, suffix)) と同じです。
...Pathname.new(File.basename(self.to_s, suffix)) と同じです。
@param suffix サフィックスを文字列で与えます。'.*' という文字列を与えた場合、'*' はワイルドカードとして働き
'.' を含まない任意の文字列にマッチします。
//emli... -
REXML
:: Element # add _ namespace(prefix , uri) -> self (101.0) -
名前空間を要素に追加します。
...引数が2個の場合は prefix と uri を指定します。
引数が1個の場合はデフォルトの namespace の uri を指定します。
既に同じ prefix が存在する場合はそれが上書きされます。
@param prefix 名前空間の prefix
@param uri 名前空間の uri
//... -
REXML
:: Element # namespace(prefix=nil) -> String (101.0) -
self の文脈で prefix が指している名前空間の URI を返します。
...self の文脈で prefix が指している名前空間の URI を返します。
prefix を省略すると、デフォルトの名前空間の URI を返します。
prefix で指示される名前空間の宣言が存在しない場合は nil を返します。
//emlist[][ruby]{
require 'rexml/... -
Shell
# basename(filename , suffix = "") -> String (101.0) -
File クラスにある同名のクラスメソッドと同じです.
...クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@param suffix サフィックスを文字列で与えます。'.*' という文字列を与えた場合、'*' はワイルドカードとして働き... -
Shell
:: CommandProcessor # basename(filename , suffix = "") -> String (101.0) -
File クラスにある同名のクラスメソッドと同じです.
...クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@param suffix サフィックスを文字列で与えます。'.*' という文字列を与えた場合、'*' はワイルドカードとして働き... -
Shell
:: Filter # basename(filename , suffix = "") -> String (101.0) -
File クラスにある同名のクラスメソッドと同じです.
...クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@param suffix サフィックスを文字列で与えます。'.*' という文字列を与えた場合、'*' はワイルドカードとして働き... -
String
# start _ with?(*prefixes) -> bool (101.0) -
self の先頭が prefixes のいずれかであるとき true を返します。
...self の先頭が prefixes のいずれかであるとき true を返します。
@param prefixes パターンを表す文字列または正規表現 (のリスト)
//emlist[例][ruby]{
"string".start_with?("str") # => true
"string".start_with?("ing") # => false
"string".start_w......ith?("ing", "str") # => true
"string".start_with?(/\w/) # => true
"string".start_with?(/\d/) # => false
//}
@see String#end_with?
@see String#delete_prefix, String#delete_prefix!... -
Symbol
# end _ with?(*suffixes) -> bool (101.0) -
self の末尾が suffixes のいずれかであるとき true を返します。
...self の末尾が suffixes のいずれかであるとき true を返します。
(self.to_s.end_with?と同じです。)
@param suffixes パターンを表す文字列 (のリスト)
@see Symbol#start_with?
@see String#end_with?
//emlist[][ruby]{
:hello.end_with?("ello") #=> tru......e
# returns true if one of the +suffixes+ matches.
:hello.end_with?("heaven", "ello") #=> true
:hello.end_with?("heaven", "paradise") #=> false
//}... -
Symbol
# start _ with?(*prefixes) -> bool (101.0) -
self の先頭が prefixes のいずれかであるとき true を返します。
...self の先頭が prefixes のいずれかであるとき true を返します。
(self.to_s.start_with?と同じです。)
@param prefixes パターンを表す文字列または正規表現 (のリスト)
@see Symbol#end_with?
@see String#start_with?
//emlist[][ruby]{
:hello.start_with?("hel......l") #=> true
:hello.start_with?(/H/i) #=> true
# returns true if one of the prefixes matches.
:hello.start_with?("heaven", "hell") #=> true
:hello.start_with?("heaven", "paradise") #=> false
//}... -
RubyVM
:: InstructionSequence # to _ a -> Array (7.0) -
self の情報を 14 要素の配列にして返します。
...:local_size=>2, :stack_max=>2},
# "<compiled>",
# "<compiled>",
# nil,
# 1,
# :top,
# [:num],
# 0,
# [],
# [1,
# [:trace, 1],
# [:putobject_OP_INT2FIX_O_1_C_],
# [:putobject, 2],
# [:opt_plus, {:mid=>:+, :flag=>256, :orig_argc=>1, :blockptr=>nil}],
# [:dup],
# [:setlocal_OP__WC__0, 2],
# [:le...