るりまサーチ

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

別のキーワード

  1. socket iff_802_1q_vlan
  2. openssl q
  3. openssl q=
  4. rsa q
  5. dsa q

検索結果

<< 1 2 3 ... > >>

RubyVM::InstructionSequence.of(body) -> RubyVM::InstructionSequence (21237.0)

引数 body で指定した Proc、Method オブジェクトを元に RubyVM::InstructionSequence オブジェクトを作成して返します。

...yVM::InstructionSequence オブジェクトを作成して返します。

@param body Proc、Method オブジェクトを指定します。

例1:irb で実行した場合

# proc
> p = proc { num = 1 + 2 }
> RubyVM::InstructionSequence.of(p)
> # => <RubyVM::InstructionSequence:block in irb...
...uctionSequence.of(method(:foo))
> # => <RubyVM::InstructionSequence:foo@(irb)>

例2: RubyVM::InstructionSequence.compile_file を使用した場合

# /tmp/iseq_of.rb
def hello
puts "hello, world"
end

$a_global_proc = proc { str = 'a' + 'b' }

# irb
> require '/tmp/iseq_of.rb'...
...# hello メソッド
> RubyVM::InstructionSequence.of(method(:hello))
> # => #<RubyVM::InstructionSequence:0x007fb73d7cb1d0>

# グローバル proc
> RubyVM::InstructionSequence.of($a_global_proc)
> # => #<RubyVM::InstructionSequence:0x007fb73d7caf78>...

Socket::Constants::NI_NOFQDN -> Integer (12200.0)

An FQDN is not required for local hosts, return only the local part.

...An FQDN is not required for local hosts, return only the local part.

Socket.getnameinfo, Addrinfo#getnameinfo の引数 flags に渡す
定数です。

@see getnameinfo(3)...

Socket::NI_NOFQDN -> Integer (12200.0)

An FQDN is not required for local hosts, return only the local part.

...An FQDN is not required for local hosts, return only the local part.

Socket.getnameinfo, Addrinfo#getnameinfo の引数 flags に渡す
定数です。

@see getnameinfo(3)...

CGI::QueryExtension#server_software -> String (9100.0)

ENV['SERVER_SOFTWARE'] を返します。

...ENV['SERVER_SOFTWARE'] を返します。...

OpenSSL::PKey::RSA#iqmp -> OpenSSL::BN (6132.0)

鍵の coefficient (inverse of q mod p) です。

...鍵の coefficient (inverse of q mod p) です。

秘密鍵の情報です。...

絞り込み条件を変える

Gem::Version::Requirement (6016.0)

Alias of Gem::Requirement

...Alias of Gem::Requirement...

Net::HTTPRequestEntityTooLarge (6016.0)

Alias of Net::HTTPPayloadTooLarge

...Alias of Net::HTTPPayloadTooLarge...

Net::HTTPRequestTimeOut (6016.0)

Alias of Net::HTTPRequestTimeout

...Alias of Net::HTTPRequestTimeout...

Net::HTTPRequestURITooLarge (6016.0)

Alias of Net::HTTPURITooLong

...Alias of Net::HTTPRequestURITooLong...
...Alias of Net::HTTPURITooLong...

Net::HTTPRequestURITooLong (6016.0)

Alias of Net::HTTPURITooLong

...Alias of Net::HTTPURITooLong...

絞り込み条件を変える

<< 1 2 3 ... > >>