るりまサーチ

最速Rubyリファレンスマニュアル検索!
1227件ヒット [201-300件を表示] (0.118秒)

別のキーワード

  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 5 ... > >>

RSS::Maker::ItemsBase::ItemBase#description (12101.0)

@todo

@todo

RSS::Maker::ItemsBase::ItemBase#description=() (12101.0)

@todo

@todo

RSS::Maker::ItemsBase::ItemBase#enclosure (12101.0)

@todo

@todo

RSS::Maker::ItemsBase::ItemBase#source (12101.0)

@todo

@todo

RSS::Maker::ChannelBase::CategoriesBase::CategoryBase#domain (12001.0)

@todo

@todo

絞り込み条件を変える

RSS::Maker::ChannelBase::CategoriesBase::CategoryBase#domain=() (12001.0)

@todo

@todo

Digest::Base#clone -> Digest::Base (9203.0)

ダイジェストオブジェクトの複製を作ります。

ダイジェストオブジェクトの複製を作ります。

RubyVM::InstructionSequence#base_label -> String (9120.0)

self が表す命令シーケンスの基本ラベルを返します。

...す。

例1:irb で実行した場合

iseq = RubyVM::InstructionSequence.compile('num = 1 + 2')
# => <RubyVM::InstructionSequence:<compiled>@<compiled>>
iseq.base_label
# => "<compiled>"

例2: RubyVM::InstructionSequence.compile_file を使用した場合

# /tmp/method.rb
def hello...
...# irb
> iseq = RubyVM::InstructionSequence.compile_file('/tmp/method.rb')
> iseq.base_label # => "<main>"

例3:

# /tmp/method2.rb
def hello
puts "hello, world"
end

RubyVM::InstructionSequence.of(method(:hello)).base_label
# => "hello"

@see RubyVM::InstructionSequence#label...

Shell::CommandProcessor#basename(filename, suffix = "") -> String (9117.0)

File クラスにある同名のクラスメソッドと同じです.

...イル名を表す文字列を指定します。

@param suffix サフィックスを文字列で与えます。'.*' という文字列を与えた場合、'*' はワイルドカードとして働き
'.' を含まない任意の文字列にマッチします。

@see File.basename...

Thread::Backtrace::Location#base_label -> String (9108.0)

self が表すフレームの基本ラベルを返します。通常、 Thread::Backtrace::Location#label から修飾を取り除いたもので構成 されます。

...hread::Backtrace::Location#label から修飾を取り除いたもので構成
されます。

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

Foo.new(0..2).locations.map do |call|
puts call.base_label
en...
...d

# => initialize
# new
# <main>
//}

@see Thread::Backtrace::Location#label...

絞り込み条件を変える

<< < 1 2 3 4 5 ... > >>