るりまサーチ

最速Rubyリファレンスマニュアル検索!
1831件ヒット [1-100件を表示] (0.058秒)
トップページ > クエリ:IO[x] > クエリ:base[x]

別のキーワード

  1. io popen
  2. io pipe
  3. io each
  4. io readlines
  5. io each_line

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

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

base 要素を生成します。

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

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

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

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

@todo

@todo

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

@todo

@todo

RubyVM::InstructionSequence#base_label -> String (9119.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 h...
...# 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...

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

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

...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::ChannelBase#description (9100.0)

@todo

@todo

RSS::Maker::ChannelBase#description=() (9100.0)

@todo

@todo

RSS::Maker::ImageBase#description (9100.0)

@todo

@todo

RSS::Maker::ImageBase#description=() (9100.0)

@todo

@todo

RSS::Maker::RSSBase#rss_version (9100.0)

@todo 作成するRSSのバージョンを返します.

@todo
作成するRSSのバージョンを返します.

絞り込み条件を変える

<< 1 2 3 ... > >>