るりまサーチ

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

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. csv to_i
  5. matrix i

オブジェクト

キーワード

検索結果

<< 1 2 3 ... > >>

static VALUE inspect_obj(VALUE obj, VALUE str) (32300.0)

static VALUE id2ref(VALUE obj, VALUE id) (26300.0)

ObjectSpace#_id2ref の実体。 Ruby の整数で表されたオブジェクト ID id から オブジェクトを返します。

...ObjectSpace#_id2ref の実体。
Ruby の整数で表されたオブジェクト ID id から
オブジェクトを返します。...

OpenSSL::X509::V_ERR_SUBJECT_ISSUER_MISMATCH -> Integer (24400.0)

証明書の issuer(発行者)名と上位の証明書のsubject(所有者)名が 異なっていることを意味します。

...証明書の issuer(発行者)名と上位の証明書のsubject(所有者)名が
異なっていることを意味します。...

JSON::Generator::GeneratorMethods::String::Extend.json_create(hash) -> String (24300.0)

JSON のオブジェクトから Ruby の文字列を生成して返します。

...
J
SON のオブジェクトから Ruby の文字列を生成して返します。

@param hash キーとして "raw" という文字列を持ち、その値として数値の配列を持つハッシュを指定します。

require 'json'
String.json_create({"raw" => [0x41, 0x42, 0x43]}) # => "A...

PrettyPrint.singleline_format(output = &#39;&#39;, maxwidth = 79, newline = "\n", genspace = lambda{|n| &#39; &#39; * n}) {|pp| ...} -> object (21500.0)

PrettyPrint オブジェクトを生成し、それを引数としてブロックを実行します。 PrettyPrint.format に似ていますが、改行しません。

...PrettyPrint オブジェクトを生成し、それを引数としてブロックを実行します。
PrettyPrint.format に似ていますが、改行しません。

引数 maxwidth, newline と genspace は無視されます。ブロック中の breakable の実行は、
改行せずに text...
...の実行であるかのように扱います。

@param output 出力先を指定します。output は << メソッドを持っていなければなりません。

@param maxwidth 無視されます。

@param newline 無視されます。

@param genspace 無視されます。...

絞り込み条件を変える

JSON::MinusInfinity -> Float (21400.0)

負の無限大を表します。

...負の無限大を表します。

@see Float...

ObjectSpace.#trace_object_allocations { ... } (21300.0)

与えられたブロック内でオブジェクトのトレースを行います。 

...のトレースを行います。 

//emlist[例][ruby]{
require 'objspace'

class C
i
nclude ObjectSpace

def foo
trace_object_allocations do
obj = Object.new
p "#{allocation_sourcefile(obj)}:#{allocation_sourceline(obj)}"
end
end
end

C.new.foo #=> "objtrace.rb:8"
//}...

ObjectSpace.#trace_object_allocations_start -> nil (21300.0)

オブジェクト割り当てのトレースを開始します。

...オブジェクト割り当てのトレースを開始します。

@see ObjectSpace.#trace_object_allocations_stop...

ObjectSpace.#trace_object_allocations_stop -> nil (21300.0)

オブジェクト割り当てのトレースを終了します。

...オブジェクト割り当てのトレースを終了します。

トレースを終了する為には、ObjectSpace.#trace_object_allocations_startを呼んだ回数分だけこのメソッドを呼ぶ必要があります。

@see ObjectSpace.#trace_object_allocations_start...

OpenSSL::X509::ExtensionFactory#subject_certificate -> OpenSSL::X509::Certificate | nil (18500.0)

自身に設定されている所有者(subject)の証明書オブジェクトを返します。

...自身に設定されている所有者(subject)の証明書オブジェクトを返します。

証明書が設定されていない場合は nil を返します。...

絞り込み条件を変える

<< 1 2 3 ... > >>