種類
- インスタンスメソッド (141)
- 文書 (17)
ライブラリ
- ビルトイン (33)
-
net
/ http (12) - rake (12)
-
rake
/ loaders / makefile (12) -
rdoc
/ parser / simple (12) -
rexml
/ document (12) - rss (48)
クラス
- Array (21)
-
RDoc
:: Parser :: Simple (12) -
REXML
:: Element (12) -
RSS
:: Maker :: ItemsBase :: ItemBase (24) -
RSS
:: Rss :: Channel :: Item (24) -
Rake
:: Application (12) -
Rake
:: MakefileLoader (12) - String (12)
モジュール
-
Net
:: HTTPHeader (12)
キーワード
-
NEWS for Ruby 3
. 0 . 0 (5) -
add
_ loader (12) - comments= (24)
-
content
_ type (12) - load (12)
- pack (21)
- pack テンプレート文字列 (12)
-
remove
_ private _ comments (12) - unpack (12)
検索結果
先頭5件
-
REXML
:: Element # comments -> [REXML :: Comments] (18202.0) -
すべての comment 子ノードの配列を返します。
すべての comment 子ノードの配列を返します。
返される配列は freeze されます。 -
RSS
:: Maker :: ItemsBase :: ItemBase # comments (18102.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item # comments (18102.0) -
@todo
@todo -
RSS
:: Maker :: ItemsBase :: ItemBase # comments=() (6102.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item # comments= (6102.0) -
@todo
@todo -
RDoc
:: Parser :: Simple # remove _ private _ comments(comment) -> String (6101.0) -
行頭の "--" から "++" で囲まれたコメントを comment から削除した結果を返 します。
行頭の "--" から "++" で囲まれたコメントを comment から削除した結果を返
します。
@param comment 対象の文字列を指定します。
@return コメントが削除された文字列を返します。 -
NEWS for Ruby 3
. 0 . 0 (18.0) -
NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...ring-literal: true` is used. 17104
* Magic comment `shareable_constant_value` added to freeze constants.
See {Magic Comments}[rdoc-ref:doc/syntax/comments.rdoc@Magic+Comments] for more details.
17273
* A {static analysis}[rdoc-label:label-Static+analysis] foundation is
introduced.... -
Array
# pack(template) -> String (12.0) -
配列の内容を template で指定された文字列にしたがって、 バイナリとしてパックした文字列を返します。
...F-16 とはいえない)
リトルエンディアン:
//emlist[][ruby]{
("Comments").unpack("U*").pack("v*") # => "C\x00o\x00m\x00m\x00e\x00n\x00t\x00s\x00"
//}
ビッグエンディアン:
//emlist[][ruby]{
("Comments").unpack("U*").pack("n*") # => "\x00C\x00o\x00m\x00m\x00e\x00n\x00t\x00s"
//... -
Array
# pack(template , buffer: String . new) -> String (12.0) -
配列の内容を template で指定された文字列にしたがって、 バイナリとしてパックした文字列を返します。
...F-16 とはいえない)
リトルエンディアン:
//emlist[][ruby]{
("Comments").unpack("U*").pack("v*") # => "C\x00o\x00m\x00m\x00e\x00n\x00t\x00s\x00"
//}
ビッグエンディアン:
//emlist[][ruby]{
("Comments").unpack("U*").pack("n*") # => "\x00C\x00o\x00m\x00m\x00e\x00n\x00t\x00s"
//... -
String
# unpack(template) -> Array (12.0) -
Array#pack で生成された文字列を テンプレート文字列 template にしたがってアンパックし、 それらの要素を含む配列を返します。
...F-16 とはいえない)
リトルエンディアン:
//emlist[][ruby]{
("Comments").unpack("U*").pack("v*") # => "C\x00o\x00m\x00m\x00e\x00n\x00t\x00s\x00"
//}
ビッグエンディアン:
//emlist[][ruby]{
("Comments").unpack("U*").pack("n*") # => "\x00C\x00o\x00m\x00m\x00e\x00n\x00t\x00s"
//...