るりまサーチ

最速Rubyリファレンスマニュアル検索!
1195件ヒット [1-100件を表示] (0.150秒)

別のキーワード

  1. matrix l
  2. kernel $-l
  3. _builtin $-l
  4. lupdecomposition l
  5. l

ライブラリ

キーワード

検索結果

<< 1 2 3 ... > >>

CGI::HtmlExtension#base(href = "") -> String (21130.0)

base 要素を生成します。

...
base
要素を生成します。

@param href 文字列を指定します。属性をハッシュで指定することもできます。

例:
base
("http://www.example.com/cgi")
# => "<BASE HREF=\"http://www.example.com/cgi\">"...

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

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

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

例1:irb で実行した場合

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

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

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

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

例3:

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

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

@see RubyVM::InstructionSequence#label...

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

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

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

//emlist[例][ruby]{
# foo.rb
class 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
end

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

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

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

<< 1 2 3 ... > >>