528件ヒット
[201-300件を表示]
(0.077秒)
ライブラリ
- etc (24)
-
net
/ http (12) - rake (60)
-
rake
/ loaders / makefile (12) -
rdoc
/ code _ object (24) -
rdoc
/ context (36) -
rdoc
/ parser / simple (12) -
rdoc
/ text (24) -
rexml
/ document (132) -
rexml
/ parsers / pullparser (12) -
rexml
/ parsers / sax2parser (60) -
rexml
/ sax2listener (12) -
rexml
/ streamlistener (12) - rss (48)
- zlib (24)
クラス
-
Etc
:: Passwd (24) -
RDoc
:: CodeObject (24) -
RDoc
:: Context (12) -
RDoc
:: Context :: Section (24) -
RDoc
:: Parser :: Simple (12) -
REXML
:: Comment (84) -
REXML
:: DocType (36) -
REXML
:: Element (12) -
REXML
:: Parsers :: PullEvent (12) -
REXML
:: Parsers :: SAX2Parser (60) -
RSS
:: Maker :: ItemsBase :: ItemBase (24) -
RSS
:: Rss :: Channel :: Item (24) -
Rake
:: MakefileLoader (12) -
Rake
:: Task (36) -
WEBrick
:: Cookie (24) -
Zlib
:: GzipFile (12) -
Zlib
:: GzipWriter (12)
モジュール
-
Net
:: HTTPHeader (12) -
RDoc
:: Text (24) -
REXML
:: SAX2Listener (12) -
REXML
:: StreamListener (12) -
Rake
:: TaskManager (24)
キーワード
- <=> (12)
- == (12)
-
attribute
_ of (12) -
attributes
_ of (12) - clone (12)
- comment= (60)
- comment? (12)
- comments (36)
- comments= (24)
-
content
_ type (12) -
full
_ comment (12) -
last
_ comment (12) -
last
_ description (12) - listen (60)
- load (12)
-
node
_ type (12) -
normalize
_ comment (12) - parse (12)
-
remove
_ private _ comments (12) -
set
_ comment (12) -
set
_ current _ section (12) - string (12)
- string= (12)
-
to
_ s (12) - write (12)
検索結果
先頭5件
-
RDoc
:: Text # normalize _ comment(text) -> String (6102.0) -
引数から行頭のスペースや改行文字などを削除します。
引数から行頭のスペースや改行文字などを削除します。
詳しくは [SEE ALSO] の各メソッドを参照してください。
@param text 文字列を指定します。
@see RDoc::Text#strip_hashes, RDoc::Text#expand_tabs,
RDoc::Text#flush_left, RDoc::Text#strip_newlines -
REXML
:: Parsers :: PullEvent # comment? -> bool (6102.0) -
コメントノードなら真を返します。
コメントノードなら真を返します。 -
Rake
:: Task # full _ comment -> String (6102.0) -
自身のコメントを全て返します。
自身のコメントを全て返します。 -
Rake
:: TaskManager # last _ comment -> String (6102.0) -
Rakefile 内の最新の詳細説明を追跡するためのメソッドです。
Rakefile 内の最新の詳細説明を追跡するためのメソッドです。
//emlist[][ruby]{
# Rakefile での記載例とする
task default: :test_rake_app1
desc "test1"
task :test_rake_app1 do |task|
p task.application.last_description # => "test2"
end
desc "test2"
task :test_rake_app2 do |task|
end
//} -
RSS
:: Maker :: ItemsBase :: ItemBase # comments (6101.0) -
@todo
@todo -
RSS
:: Maker :: ItemsBase :: ItemBase # comments=() (6101.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item # comments (6101.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item # comments= (6101.0) -
@todo
@todo -
REXML
:: Comment # clone -> REXML :: Comment (3118.0) -
内容が複製された Comment オブジェクトを返します。 (親ノードの情報は複製されません)。
...内容が複製された Comment オブジェクトを返します。
(親ノードの情報は複製されません)。...