927件ヒット
[901-927件を表示]
(0.073秒)
ライブラリ
- ビルトイン (57)
- benchmark (48)
- date (12)
- e2mmap (12)
-
irb
/ context (24) - logger (84)
- mkmf (12)
- openssl (12)
-
rdoc
/ markup (12) -
rdoc
/ markup / formatter (24) -
rexml
/ document (60) - rss (36)
-
rubygems
/ format (72) -
rubygems
/ installer (24) -
rubygems
/ old _ format (72) -
rubygems
/ package / tar _ output (36) -
rubygems
/ specification (12) - scanf (162)
- socket (36)
- stringio (12)
-
syslog
/ logger (36) -
webrick
/ log (24) - zlib (12)
クラス
-
ARGF
. class (12) -
Benchmark
:: Report (24) -
Benchmark
:: Tms (24) - Date (12)
-
Gem
:: Format (72) -
Gem
:: Installer (24) -
Gem
:: OldFormat (72) -
Gem
:: Package :: TarOutput (36) -
Gem
:: Specification (12) - IO (24)
-
IRB
:: Context (24) - Logger (48)
-
Logger
:: Formatter (36) -
RDoc
:: Markup (12) -
RDoc
:: Markup :: Formatter (24) -
RDoc
:: Options (36) -
REXML
:: Formatters :: Default (12) -
REXML
:: Formatters :: Pretty (48) -
RubyVM
:: InstructionSequence (12) -
Scanf
:: FormatSpecifier (66) -
Scanf
:: FormatString (60) - String (21)
- StringIO (12)
-
Syslog
:: Logger (24) -
Syslog
:: Logger :: Formatter (12) - Time (12)
- UDPSocket (36)
-
WEBrick
:: Log (24) -
Zlib
:: GzipWriter (12)
モジュール
- DublinCoreModel (36)
- Exception2MessageMapper (12)
- Kernel (24)
-
OpenSSL
:: Buffering (12)
キーワード
-
add
_ gem _ contents (12) -
add
_ signatures (12) -
add
_ tag (12) - call (24)
- compact (12)
- compact= (12)
- conversion (6)
- convert (24)
-
count
_ space? (6) -
datetime
_ format (24) -
datetime
_ format= (24) -
dc
_ format (12) -
dc
_ format= (12) -
dc
_ formats (12) -
def
_ exception (6) -
extract
_ files (12) -
file
_ entries (24) -
file
_ entries= (24) -
formatted
_ program _ filename (12) - formatter (36)
- formatter= (36)
-
gem
_ path (24) -
gem
_ path= (24) -
image
_ format (12) - item (12)
-
last
_ match _ tried (6) -
last
_ spec (6) -
last
_ spec _ tried (6) - letter (6)
- match (12)
- matched (6)
-
matched
_ count (6) -
matched
_ string (6) -
mid
_ match? (6) - printf (60)
- prune (6)
-
re
_ string (6) - report (12)
- requirements= (12)
-
return
_ format (12) -
return
_ format= (12) - scanf (36)
- send (36)
- space (6)
- spec (24)
- spec= (24)
-
spec
_ count (6) - strftime (24)
-
string
_ left (6) -
time
_ format (12) -
time
_ format= (12) -
to
_ a (12) -
to
_ re (6) -
to
_ s (24) - unpack1 (9)
- width (18)
- width= (12)
- write (12)
検索結果
先頭3件
-
UDPSocket
# send(mesg , flags , sockaddr _ to) -> Integer (13.0) -
UDP ソケットを介してデータを送ります。
...はlib:socket#pack_string もしくは
Addrinfo オブジェクトを指定します。
host, port に関しては lib:socket#host_format、
lib:socket#service_formatを参照してください。
2 引数、3 引数の形式の場合の動作は、
BasicSocket#send と同じです。
4 引数の... -
Gem
:: Installer # extract _ files (7.0) -
ファイルのインデックスを読み取って、それぞれのファイルを Gem のディレクトリに展開します。
...ます。
また、ファイルを Gem ディレクトリにインストールしないようにします。
@raise ArgumentError 自身に Gem::Format がセットされていない場合に発生します。
@raise Gem::InstallError インストール先のパスが不正な場合に発生し... -
RubyVM
:: InstructionSequence # to _ a -> Array (7.0) -
self の情報を 14 要素の配列にして返します。
...を示す文字列。常に
"YARVInstructionSequence/SimpleDataFormat"。
: major_version
命令シーケンスのメジャーバージョン。
: minor_version
命令シーケンスのマイナーバージョン。
: format_type
データフォーマットを示す数値。常に 1。......seq = RubyVM::InstructionSequence.compile('num = 1 + 2')
pp iseq.to_a
# ※ Ruby 2.5.0 での実行結果
# => ["YARVInstructionSequence/SimpleDataFormat",
# 2,
# 0,
# 1,
# {:arg_size=>0, :local_size=>2, :stack_max=>2},
# "<compiled>",
# "<compiled>",
# nil,
# 1,
# :top,
# [:num],
# 0,
# [],
# [1,
#...