387件ヒット
[1-100件を表示]
(0.022秒)
ライブラリ
-
irb
/ context (12) - psych (156)
-
rubygems
/ commands / specification _ command (12) -
rubygems
/ config _ file (12) -
rubygems
/ exceptions (12) -
rubygems
/ package / tar _ input (12) -
rubygems
/ server (12) -
rubygems
/ specification (36) -
yaml
/ dbm (24)
クラス
-
Gem
:: ConfigFile (12) -
Gem
:: Package :: TarInput (12) -
Gem
:: Server (12) -
Gem
:: Specification (36) -
IRB
:: Context (12) - Object (24)
-
Psych
:: Handler (12) -
Psych
:: Nodes :: Document (36) -
Psych
:: Nodes :: Node (24) -
Psych
:: Visitors :: YAMLTree (12) -
RDoc
:: Options (12) -
YAML
:: DBM (24)
モジュール
- Psych (48)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - EndOfYAMLException (12)
-
LIBYAML
_ VERSION (12) -
NEWS for Ruby 2
. 0 . 0 (12) -
NEWS for Ruby 2
. 7 . 0 (6) -
NEWS for Ruby 3
. 0 . 0 (5) -
NEWS for Ruby 3
. 1 . 0 (4) - SpecificationCommand (12)
- VERSION (12)
- dump (24)
- fetch (12)
-
from
_ yaml (12) -
inspect
_ mode= (12) - irb (12)
-
libyaml
_ version (12) -
load
_ file (12) -
load
_ gemspec (12) - new (24)
-
normalize
_ yaml _ input (12) -
psych
_ to _ yaml (12) - rdoc (12)
-
ruby 1
. 8 . 2 feature (12) -
rubygems
/ commands / specification _ command (12) -
start
_ document (12) -
to
_ yaml (24) - version (12)
- version= (12)
-
yaml
_ initialize (12)
検索結果
先頭5件
-
Psych
:: Nodes :: Node # yaml(io=nil , options={}) -> String | IO (18224.0) -
AST を YAML ドキュメントに変換します。
...AST を YAML ドキュメントに変換します。
io に IO オブジェクトを指定した場合は、その
オブジェクトに変換後のドキュメントが書き込まれます。
この場合は io を返り値として返します。
io を省略した(nil を指定した)場合......。
options には以下が指定できます。
: :version
YAML document に付加するバージョンを [major, minor] という配列、
もしくは文字列で指定します
: :header
出力にヘッダを付けるかどうかを真偽値で指定します
: :indentation
インデ......ントのレベルを 1 から 9 までの整数で指定します
: :canonical
出力の style が canonical であるかどうかを真偽値で指定します
: :line_width
「好ましい」行幅を整数値で指定します
@param io 書き込み先の IO
@param options オプション... -
Gem
:: Server # yaml(request , response) -> () (18201.0) -
メソッド名に対応する URI に対するリクエストを処理するメソッドです。
...メソッド名に対応する URI に対するリクエストを処理するメソッドです。
@param request WEBrick::HTTPRequest オブジェクトが自動的に指定されます。
@param response WEBrick::HTTPResponse オブジェクトが自動的に指定されます。... -
Psych
. libyaml _ version -> [Integer , Integer , Integer] (12200.0) -
libyaml のバージョンを返します。
...libyaml のバージョンを返します。
[major, minor patch-level] という 3 つの整数からなる配列を返します。
@see Psych::LIBYAML_VERSION... -
Psych
:: LIBYAML _ VERSION -> String (12200.0) -
libyaml のバージョン。
...libyaml のバージョン。... -
Gem
:: EndOfYAMLException (12016.0) -
YAML データが不正である場合に使用する例外です。
...YAML データが不正である場合に使用する例外です。... -
Gem
:: Specification . from _ yaml(input) -> Gem :: Specification (9223.0) -
YAML ファイルから gemspec をロードします。
...
YAML ファイルから gemspec をロードします。
YAML ファイルから Gem::Specification をロードすると、通常の Ruby オブジェクトの
初期化ルーチン (#initialize) を通りません。このメソッドは初期化ルーチンの一部を実行し、
gemspec の... -
Gem
:: Specification . normalize _ yaml _ input(input) -> String (9117.0) -
YAML 形式の gemspec を正しくフォーマットします。
...
YAML 形式の gemspec を正しくフォーマットします。
@param input 文字列か IO オブジェクトを指定します。... -
RDoc
:: Options # write _ options -> object (9116.0) -
カレントディレクトリの .rdoc_options ファイルに指定した設定を YAML 形式 で保存します。
...カレントディレクトリの .rdoc_options ファイルに指定した設定を YAML 形式
で保存します。... -
YAML
:: DBM :: VERSION -> String (9116.0) -
yaml/dbm のバージョンを文字列で返します。
...
yaml/dbm のバージョンを文字列で返します。...