ライブラリ
- ビルトイン (109)
-
net
/ ftp (24) - openssl (12)
- optparse (72)
- pstore (12)
-
rubygems
/ command (24) -
rubygems
/ package (12) -
rubygems
/ package / tar _ header (24) -
rubygems
/ package / tar _ input (12) -
rubygems
/ specification (24) - socket (24)
クラス
- Array (18)
- Fiber (12)
-
Gem
:: Command (24) -
Gem
:: Package :: TarHeader (24) -
Gem
:: Package :: TarInput (12) -
Gem
:: Specification (24) -
Net
:: FTP (24) - Object (12)
- OptionParser (72)
- PStore (12)
- Proc (24)
- Socket (12)
- String (12)
モジュール
- Enumerable (24)
-
OpenSSL
:: SSL (12) -
RubyVM
:: MJIT (7) -
Socket
:: Constants (12)
キーワード
- BadCheckSum (12)
- DATA (12)
-
EMPTY
_ MARSHAL _ CHECKSUM (12) -
IPV6
_ CHECKSUM (24) -
NEWS for Ruby 2
. 4 . 0 (9) -
OP
_ NO _ SESSION _ RESUMPTION _ ON _ RENEGOTIATION (12) - bigdecimal (12)
- checksum (12)
- curry (24)
-
extract
_ entry (12) -
fiddle
/ import (12) - resume (31)
- resume= (12)
-
rinda
/ rinda (12) - summarize (24)
- summary (24)
- summary= (24)
-
summary
_ indent (12) -
summary
_ indent= (12) -
summary
_ width (12) -
summary
_ width= (12) -
update
_ checksum (12) - メソッド呼び出し(super・ブロック付き・yield) (12)
検索結果
先頭5件
-
OptionParser
# summary _ indent -> String (6100.0) -
サマリを表示する時のインデントを文字列で返します。
..., "--update")
opts.on_tail("-h", "--help")
end
opts.summary_indent # => " "
opts.summarize
# => [" -i, --init\n", " -u, --update\n", " -h, --help\n"]
opts.summary_indent = " "
opts.summary_indent # => " "
opts.summarize
# => [" -i, --init\n", " -u, --update\n", "... -
OptionParser
# summary _ indent=(indent) (6100.0) -
サマリを表示する時のインデントを文字列で指定します。
...pdate")
opts.on_tail("-h", "--help")
end
opts.summary_indent # => " "
opts.summarize
# => [" -i, --init\n", " -u, --update\n", " -h, --help\n"]
opts.summary_indent = " " # => " "
opts.summary_indent # => " "
opts.summarize
# => [" -i, --init\n", " -u, --update\n"... -
OptionParser
# summary _ width -> Integer (6100.0) -
サマリを表示するときの幅を整数で返します。
...pts.on("-u", "--update")
opts.on_tail("-h", "--help")
end
opts.summary_width # => 32
opts.summarize
# => [" -i, --init\n", " -u, --update\n", " -h, --help\n"]
opts.summary_width = 8
opts.summary_width # =>8
opts.summarize
# => [" -i\n", " --init\n", " -u\n", "... -
OptionParser
# summary _ width=(width) (6100.0) -
サマリを表示するときの幅を整数で指定します。
...on("-u", "--update")
opts.on_tail("-h", "--help")
end
opts.summary_width # => 32
opts.summarize
# => [" -i, --init\n", " -u, --update\n", " -h, --help\n"]
opts.summary_width = 8 # => 8
opts.summary_width # => 8
opts.summarize
# => [" -i\n", " --init\n", " -u\n", "... -
PStore
:: EMPTY _ MARSHAL _ CHECKSUM -> String (6100.0) -
内部で利用する定数です。
内部で利用する定数です。 -
RubyVM
:: MJIT . resume -> bool (6100.0) -
RubyVM::MJIT.pause で一時停止した JIT を再開します。
RubyVM::MJIT.pause で一時停止した JIT を再開します。
@return 再開したときは true を、すでに動いているときは false を返します。
@raise RuntimeError JIT が有効ではないときに発生します。
@raise RuntimeError JIT の再開に失敗した時に発生します。
@see RubyVM::MJIT.enabled?, RubyVM::MJIT.pause -
Socket
:: Constants :: IPV6 _ CHECKSUM -> Integer (6100.0) -
Byte offset into a packet where the checksum is located. BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Byte offset into a packet where the checksum is located.
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IPV6,
ip6(4freebsd),
3542... -
Socket
:: IPV6 _ CHECKSUM -> Integer (6100.0) -
Byte offset into a packet where the checksum is located. BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Byte offset into a packet where the checksum is located.
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IPV6,
ip6(4freebsd),
3542... -
Gem
:: Package :: BadCheckSum (6000.0) -
チェックサムが一致しない場合に発生する例外です。
チェックサムが一致しない場合に発生する例外です。