るりまサーチ

最速Rubyリファレンスマニュアル検索!
797件ヒット [701-797件を表示] (0.066秒)
トップページ > クエリ:b[x] > モジュール:Kernel[x] > 種類:インスタンスメソッド[x]

別のキーワード

  1. string b
  2. _builtin b
  3. b string
  4. b _builtin

ライブラリ

キーワード

検索結果

<< < ... 6 7 8 >>

Kernel#try_var(var, headers = nil) -> bool (102.0)

Kernel#have_var を使ってください。

...
Kernel
#have_var を使ってください。

@param var 検査したい変数名を指定します。

@param headers 追加のヘッダを指定します。...

Kernel#try_var(var, headers = nil) { ... } -> bool (102.0)

Kernel#have_var を使ってください。

...
Kernel
#have_var を使ってください。

@param var 検査したい変数名を指定します。

@param headers 追加のヘッダを指定します。...

Kernel#with_config(config, default = nil) -> bool | String (102.0)

configure のオプションを検査します。

...定義を、追加するのに役立ちます。

@param config configure のオプションの名前を指定します。

@param default デフォルト値を返します。


require 'mkmf'
if with_config("debug")
$defs.push("-DOSSL_DEBUG") unless $defs.include? "-DOSSL_DEBUG"
end...

Kernel#with_config(config, default = nil) {|config, default| ... } -> bool | String (102.0)

configure のオプションを検査します。

...定義を、追加するのに役立ちます。

@param config configure のオプションの名前を指定します。

@param default デフォルト値を返します。


require 'mkmf'
if with_config("debug")
$defs.push("-DOSSL_DEBUG") unless $defs.include? "-DOSSL_DEBUG"
end...

Kernel#with_werror(opt, opts = nil) {|opt, opts| ... } -> object (102.0)

@todo 内部用?

@todo 内部用?

???

@param opt ????

@param opts ????

@return ブロックを評価した結果を返します。

絞り込み条件を変える

Kernel#with_werror(opt, opts = nil) {|opt| ... } -> object (102.0)

@todo 内部用?

@todo 内部用?

???

@param opt ????

@param opts ????

@return ブロックを評価した結果を返します。

Kernel#xmp(exps, bind = nil) -> XMP (102.0)

引数 exps で指定されたRuby のソースコードとその実行結果を、標準出力に行 ごとに交互に表示します。

...引数 exps で指定されたRuby のソースコードとその実行結果を、標準出力に行
ごとに交互に表示します。

@param exps 評価するRuby のソースコードを文字列で指定します。

@param bind Binding オブジェクトを指定します。省略した場...
...合は、最
後に実行した XMP#puts、Kernel#xmp の
B
inding を使用します。まだ何も実行していない場合は
Object::TOPLEVEL_BINDING を使用します。...

Kernel#xpopen(command, *mode) { ... } -> object (102.0)

command を表示してから IO.popen の実行します。

...command を表示してから IO.popen の実行します。

@param command コマンド名を指定します。

@param mode オープンする IO ポートのモードを指定します。mode の詳細は Kernel.#open 参照して下さい。

@see IO.popen...

Kernel#y(*objects) -> nil (102.0)

objects を YAML document として標準出力に出力します。

...objects を YAML document として標準出力に出力します。

このメソッドは irb 上でのみ定義されます。

syck に y メソッドがあるため、
psych_y が別名として定義されています。将来的に
syck が廃止された場合 psych_y は廃止
される予...
...定であるため、特別の事情がない限り y を用いてください。

@param objects YAML document に変換する Ruby のオブジェクト...
<< < ... 6 7 8 >>