672件ヒット
[1-100件を表示]
(0.149秒)
ライブラリ
- ビルトイン (192)
-
cgi
/ core (24) - csv (48)
- open-uri (24)
- optparse (108)
- psych (48)
-
rake
/ testtask (12) -
rubygems
/ specification (12)
クラス
-
ARGF
. class (24) - Array (12)
- CGI (24)
-
CSV
:: Table (24) -
Gem
:: Specification (12) - Object (24)
- OptionParser (60)
-
Psych
:: Nodes :: Node (24) -
RDoc
:: Options (192) -
Rake
:: TestTask (12) - String (144)
- Symbol (36)
モジュール
-
Gem
:: InstallUpdateOptions (12) -
OpenURI
:: OpenRead (24) -
OptionParser
:: Arguable (48)
キーワード
- capitalize (18)
- capitalize! (9)
- charset (12)
- css (12)
- downcase (18)
- downcase! (9)
- encode (36)
- encode! (24)
-
extra
_ accessor _ flags (12) - files (12)
- header (12)
- help (12)
-
image
_ format (12) -
install
_ update _ defaults _ str (12) -
main
_ page (12) - markup (12)
-
op
_ dir (12) -
op
_ name (12) - open (12)
- order! (24)
- out (12)
- parse! (12)
-
parse
_ csv (12) - permute! (12)
-
psych
_ to _ yaml (12) -
rdoc
_ include (12) - read (12)
-
set
_ encoding (24) -
static
_ path (12) - swapcase (18)
- swapcase! (9)
- template (12)
-
template
_ dir (12) - title (12)
- title= (12)
-
to
_ a (12) -
to
_ csv (24) -
to
_ s (24) -
to
_ yaml (24) - upcase (18)
- upcase! (9)
- ver (12)
- webcvs (12)
- yaml (12)
検索結果
先頭5件
-
Rake
:: TestTask # options -> String (30409.0) -
テストスイートに渡すパラメータを返します。
...テストスイートに渡すパラメータを返します。
コマンドラインで "TESTOPTS=options" が指定されると、この値を上書きします。
デフォルトは何も指定されていません。... -
Gem
:: Specification # rdoc _ options -> [String] (24403.0) -
API ドキュメントを生成するときに rdoc コマンドに与えるオプションを返します。
API ドキュメントを生成するときに rdoc コマンドに与えるオプションを返します。 -
String
# capitalize(*options) -> String (15439.0) -
文字列先頭の文字を大文字に、残りを小文字に変更した文字列を返します。
...@param options オプションの詳細は String#downcase を参照してください。
//emlist[例][ruby]{
p "foobar--".capitalize # => "Foobar--"
p "fooBAR--".capitalize # => "Foobar--"
p "FOOBAR--".capitalize # => "Foobar--"
//}
@see String#capitalize!, String#upcase,
String#downc......ase, String#swapcase... -
String
# capitalize!(*options) -> self | nil (15338.0) -
文字列先頭の文字を大文字に、残りを小文字に破壊的に変更します。
...am options オプションの詳細は String#downcase を参照してください。
@return capitalize! は self を変更して返しますが、
変更が起こらなかった場合は nil を返します。
//emlist[例][ruby]{
str = "foobar"
str.capitalize!
p str # => "Foobar"
str......= "fooBAR"
str.capitalize!
p str # => "Foobar"
//}
@see String#capitalize, String#upcase!,
String#downcase!, String#swapcase!... -
RDoc
:: Options # template -> String (15302.0) -
コマンドライン引数の --template オプションで指定した名前を文字列の配列 で返します。
...コマンドライン引数の --template オプションで指定した名前を文字列の配列
で返します。
指定しなかった場合は 'html' を返します。... -
RDoc
:: Options # template _ dir -> String | nil (15302.0) -
コマンドライン引数の --template オプションで指定したテンプレートに対応 するディレクトリを返します。
...コマンドライン引数の --template オプションで指定したテンプレートに対応
するディレクトリを返します。
オプションの解析前は nil を返します。... -
RDoc
:: Options # title=(string) (15224.0) -
ドキュメントのタイトルがまだ設定されていない場合に string で指定した文 字列に設定します。
...トルがまだ設定されていない場合に string で指定した文
字列に設定します。
コマンドライン引数で既に --title オプションが指定されていた場合には、そ
ちらを優先します。
@param string 設定するタイトルを文字列で指定し... -
Gem
:: InstallUpdateOptions # install _ update _ defaults _ str -> String (15202.0) -
Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。
...Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。
デフォルトのオプションは以下の通りです。
--rdoc --no-force --no-test --wrappers... -
RDoc
:: Options # static _ path -> [String] (15202.0) -
コマンドライン引数の --copy-files オプションで指定したパスの一覧を返し ます。
コマンドライン引数の --copy-files オプションで指定したパスの一覧を返し
ます。