るりまサーチ

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

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. rsa n
  3. rsa n=
  4. openssl n
  5. openssl n=

検索結果

<< < ... 4 5 6 >>

Rinda::TupleSpaceProxy#read_all(tuple) -> [Array|Hash] (6001.0)

タプルスペース内の tuple にマッチするタプルをすべてコピーして返します。

...の tuple にマッチするタプルをすべてコピーして返します。

内部的にはリモートオブジェクトの Rinda::TupleSpace#read_all にフォワードされます。
詳細は Rinda::TupleSpace#read_all を参照してください。

@param tuple タプルのパターン...

REXML::Element#attribute(name, namespace = nil) -> REXML::Attribute | nil (3301.0)

name で指定される属性を返します。

...
n
ame で指定される属性を返します。

属性は REXML::Attribute オブジェクトの形で返します。

n
ame は "foo:bar" のように prefix を指定することができます。

n
amespace で名前空間の URI を指定することで、その名前空間内で
n
ame という...
...性名の属性がない場合は nil を返します。

@param name 属性名(文字列)
@param namespace 名前空間のURI(文字列)
//emlist[][ruby]{
require 'rexml/document'

doc = REXML::Document.new(<<-EOS)
<root xmlns:foo="http://example.org/foo"
xmlns:bar="http://example.org/bar">...
...<a foo:att='1' bar:att='2' att='&lt;'/>
</root>
EOS
a = doc.get_elements("/root/a").first
a.attribute("att") # => att='&lt;'
a.attribute("att", "http://example.org/bar") # => bar:att='2'
a.attribute("bar:att") # => bar:att='2'
a.attribute("baz") # => nil
//}...

ObjectSpace::WeakMap#[](key) -> object | nil (3101.0)

引数 key で指定されたオブジェクトが参照するオブジェクトを返します。

...ジェクトが参照するオブジェクトを返します。

参照先のオブジェクトが存在しない場合、GC されている場合、対象外のオブジェ
クトを参照している場合に nil を返します。

@param key 参照元のオブジェクトを指定します。...

JSON::State#to_h -> Hash (3013.0)

自身をハッシュに変換します。

...e "json"
require "pp"

json_state = JSON::State.new
pp json_state.to_h

# => {:indent=>"",
# :space=>"",
# :space_before=>"",
# :object_nl=>"",
# :array_nl=>"",
# :allow_nan=>false,
# :ascii_only=>false,
# :max_nesting=>100,
# :depth=>0,
# :buffer_initial_length=>...

JSON::State#to_hash -> Hash (3013.0)

自身をハッシュに変換します。

...e "json"
require "pp"

json_state = JSON::State.new
pp json_state.to_h

# => {:indent=>"",
# :space=>"",
# :space_before=>"",
# :object_nl=>"",
# :array_nl=>"",
# :allow_nan=>false,
# :ascii_only=>false,
# :max_nesting=>100,
# :depth=>0,
# :buffer_initial_length=>...

絞り込み条件を変える

<< < ... 4 5 6 >>