317件ヒット
[1-100件を表示]
(0.135秒)
種類
- インスタンスメソッド (204)
- 文書 (65)
- クラス (24)
- ライブラリ (12)
- 特異メソッド (12)
ライブラリ
- ビルトイン (12)
- etc (36)
-
net
/ http (12) - rake (12)
-
rake
/ loaders / makefile (12) -
rdoc
/ code _ object (24) -
rdoc
/ context (48) -
rdoc
/ parser / simple (12) -
rdoc
/ text (24) -
rexml
/ document (48)
クラス
-
Etc
:: Passwd (24) -
RDoc
:: CodeObject (24) -
RDoc
:: Context (12) -
RDoc
:: Context :: Section (36) -
RDoc
:: Parser :: Simple (12) -
REXML
:: Comment (12) -
REXML
:: DocType (36) -
Rake
:: MakefileLoader (12)
モジュール
-
Net
:: HTTPHeader (12) -
RDoc
:: Text (24) -
Rake
:: TaskManager (12)
キーワード
-
NEWS for Ruby 3
. 0 . 0 (5) - Passwd (12)
- Rubyで使われる記号の意味(正規表現の複雑な記号は除く) (12)
- Ruby用語集 (12)
- String (12)
-
attribute
_ of (12) -
attributes
_ of (12) - comment= (24)
-
content
_ type (12) -
last
_ description (12) - load (12)
- new (12)
-
node
_ type (12) -
normalize
_ comment (12) - parse (12)
-
rdoc
/ parser / ruby (12) -
remove
_ private _ comments (12) -
ruby 1
. 6 feature (12) -
set
_ comment (12) -
set
_ current _ section (12) - write (12)
- リテラル (12)
- 正規表現 (12)
検索結果
先頭5件
-
Etc
:: Passwd # comment -> String (21101.0) -
コメント(文字列)を返します。このメンバはシステム依存です。
コメント(文字列)を返します。このメンバはシステム依存です。 -
RDoc
:: CodeObject # comment -> String (21101.0) -
自身のコメントを返します。
自身のコメントを返します。 -
RDoc
:: Context :: Section # comment -> String | nil (21101.0) -
section のコメントを返します。
section のコメントを返します。 -
RDoc
:: CodeObject # comment=(comment) (9230.0) -
自身のコメントを comment に設定します。
...自身のコメントを comment に設定します。
ただし、comment が空文字列だった場合は何もしません。
@param comment コメントを文字列で指定します。... -
RDoc
:: Parser :: Simple # remove _ private _ comments(comment) -> String (9223.0) -
行頭の "--" から "++" で囲まれたコメントを comment から削除した結果を返 します。
...行頭の "--" から "++" で囲まれたコメントを comment から削除した結果を返
します。
@param comment 対象の文字列を指定します。
@return コメントが削除された文字列を返します。... -
RDoc
:: Context :: Section # set _ comment(comment) -> () (9220.0) -
自身にコメントを設定します。
...身にコメントを設定します。
@param comment 文字列を指定します。
comment の最初の行に :section: を含んでいた場合、その行以降の文字列をコ
メントとして設定します。そうでない場合は comment すべてをコメントとして
設定し......ます。
# ---------------------
# :section: The title
# The body
# ---------------------... -
Etc
:: Passwd # comment=(comment) (9202.0) -
コメント(文字列)を設定します。このメンバはシステム依存です。
コメント(文字列)を設定します。このメンバはシステム依存です。 -
REXML
:: Comment # node _ type -> Symbol (9116.0) -
シンボル :comment を返します。
...シンボル :comment を返します。... -
RDoc
:: Text # normalize _ comment(text) -> String (9101.0) -
引数から行頭のスペースや改行文字などを削除します。
...から行頭のスペースや改行文字などを削除します。
詳しくは [SEE ALSO] の各メソッドを参照してください。
@param text 文字列を指定します。
@see RDoc::Text#strip_hashes, RDoc::Text#expand_tabs,
RDoc::Text#flush_left, RDoc::Text#strip_newlines...