るりまサーチ

最速Rubyリファレンスマニュアル検索!
304件ヒット [101-200件を表示] (0.158秒)

別のキーワード

  1. _builtin to_c
  2. etc sc_2_c_dev
  3. etc sc_2_c_bind
  4. tracer display_c_call
  5. tracer display_c_call=

検索結果

<< < 1 2 3 4 > >>

RSS::Maker::ChannelBase::SkipDaysBase::DayBase#content=() (9101.0)

@todo

@todo

RSS::Maker::ChannelBase::SkipHoursBase::HourBase#content (9101.0)

@todo

@todo

RSS::Maker::ChannelBase::SkipHoursBase::HourBase#content=() (9101.0)

@todo

@todo

RSS::Rss::Channel#skipDays (9101.0)

@todo

@todo

RSS::Rss::Channel#skipDays= (9101.0)

@todo

@todo

絞り込み条件を変える

RSS::Rss::Channel#skipHours (9101.0)

@todo

@todo

RSS::Rss::Channel#skipHours= (9101.0)

@todo

@todo

Module#infect_with_assertions(positive_prefix, negative_prefix, skip_regexp, map = {}) -> () (6208.0)

BDD 風にテストを書くために使用するメソッド群を定義します。

...わりのプレフィックスを指定します。

@param negative_prefix refute の代わりのプレフィックスを指定します。

@param skip_regexp この正規表現にマッチしたメソッドは定義しません。

@param map メソッド名の変換規則のハッシュを指定...

MiniTest::Unit#skips=(count) (6201.0)

実行しなかったテストケース数をセットします。

...実行しなかったテストケース数をセットします。

@param count 件数を指定します。...

StringScanner#search_full(regexp, s, f) -> object (6113.0)

regexp で指定された正規表現とマッチするまで文字列をスキャンします。

...* search_full(regexp, true, true) は StringScanner#scan_until と同等。
* search_full(regexp, true, false) は StringScanner#skip_until と同等。
* search_full(regexp, false, true) は StringScanner#check_until と同等。
* search_full(regexp, false, false) は StringScanner#e...
...rscan'

s = StringScanner.new('test string')
p s.search_full(/t/, true, true) #=> "t"
p s.search_full(/str/, false, true) #=> "est str"
p s.search_full(/string/, true, true) #=> "est string"
//}


@see StringScanner#scan_until StringScanner#skip_until StringScanner#check_until StringSca...

絞り込み条件を変える

Thread::Backtrace::Location#inspect -> String (6113.0)

Thread::Backtrace::Location#to_s の結果を人間が読みやすいような文 字列に変換したオブジェクトを返します。

...ad::Backtrace::Location#to_s の結果を人間が読みやすいような文
字列に変換したオブジェクトを返します。

//emlist[例][ruby]{
# foo.rb
c
lass Foo
attr_accessor :locations
def initialize(skip)
@locations = caller_locations(skip)
end
end

Foo.new(0..2).location...
...s.map do |call|
puts call.inspect
end

# => "path/to/foo.rb:5:in `initialize'"
# "path/to/foo.rb:9:in `new'"
# "path/to/foo.rb:9:in `<main>'"
//}...
<< < 1 2 3 4 > >>