362件ヒット
[1-100件を表示]
(0.024秒)
ライブラリ
クラス
- Array (21)
-
OpenSSL
:: PKey :: RSA (12) -
RubyVM
:: InstructionSequence (48) - Socket (12)
- String (12)
- Time (12)
モジュール
-
CGI
:: QueryExtension (12) -
Socket
:: Constants (12)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - HTTPRequestEntityTooLarge (7)
- HTTPRequestTimeOut (7)
- HTTPRequestURITooLarge (12)
- HTTPRequestURITooLong (7)
- HTTPRequestedRangeNotSatisfiable (7)
-
NEWS for Ruby 2
. 1 . 0 (12) -
NI
_ NOFQDN (24) - Queue (12)
- Requirement (12)
- SizedQueue (12)
-
base
_ label (12) -
first
_ lineno (12) - iqmp (12)
- label (12)
- pack (21)
- pack テンプレート文字列 (12)
-
ruby 1
. 6 feature (12) -
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / query _ command (12) -
rubygems
/ commands / search _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
server
_ software (12) - strftime (12)
-
test
/ unit (1) - unpack (12)
検索結果
先頭5件
-
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...