るりまサーチ

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

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

検索結果

<< 1 2 3 > >>

RDoc::Context#toplevel -> RDoc::TopLevel (24419.0)

自身が所属する RDoc::TopLevel オブジェクトを返します。

...自身が所属する RDoc::TopLevel オブジェクトを返します。...

RDoc::TopLevel#file_stat -> File::Stat (9201.0)

自身が管理するファイルに関する File::Stat オブジェクトを返します。

...自身が管理するファイルに関する File::Stat オブジェクトを返します。...

RDoc::TopLevel#file_absolute_name -> String (9101.0)

自身が管理するファイルに関する絶対パスを文字列で返します。

自身が管理するファイルに関する絶対パスを文字列で返します。

RDoc::TopLevel#file_absolute_name=(val) (9101.0)

自身が管理するファイルに関する絶対パスを文字列で設定します。

自身が管理するファイルに関する絶対パスを文字列で設定します。

@param val パスを文字列で指定します。

RDoc::TopLevel#file_relative_name -> String (9101.0)

自身が管理するファイルに関する相対パスを文字列で返します。

自身が管理するファイルに関する相対パスを文字列で返します。

絞り込み条件を変える

RDoc::TopLevel#file_relative_name=(val) (9101.0)

自身が管理するファイルに関する相対パスを文字列で設定します。

自身が管理するファイルに関する相対パスを文字列で設定します。

@param val パスを文字列で指定します。

RDoc::TopLevel#file_stat=(val) (9101.0)

自身が管理するファイルに関する File::Stat オブジェクトを設定しま す。

...自身が管理するファイルに関する File::Stat オブジェクトを設定しま
す。

@param val File::Stat オブジェクトを指定します。...

ERB#result(b=TOPLEVEL_BINDING) -> String (6202.0)

ERB を b の binding で実行し、結果の文字列を返します。

...を b の binding で実行し、結果の文字列を返します。

@param b eRubyスクリプトが実行されるときのbinding

//emlist[例][ruby]{
require 'erb'
erb = ERB.new("test <%= test1 %>\ntest <%= test2 %>\n")
t
est1 = "foo"
t
est2 = "bar"
puts erb.result
# test foo
# test bar
//}...
...し、結果の文字列を返します。

@param b eRubyスクリプトが実行されるときのbinding

//emlist[例][ruby]{
require 'erb'
erb = ERB.new("test <%= test1 %>\ntest <%= test2 %>\n")
t
est1 = "foo"
t
est2 = "bar"
puts erb.result
# test foo
# test bar
//}

@see ERB#result_with_hash...

RDoc::Context#record_location(toplevel) (6202.0)

Record the file that we happen to find it in

...Record the file that we happen to find it in...
<< 1 2 3 > >>