るりまサーチ

最速Rubyリファレンスマニュアル検索!
2433件ヒット [2401-2433件を表示] (0.023秒)
トップページ > クエリ:Specification[x]

別のキーワード

  1. specification list
  2. specification load
  3. specification date
  4. specification name
  5. specification date=

モジュール

キーワード

検索結果

<< < ... 23 24 25 >>

rake/gempackagetask (6.0)

Gem Spec ファイルを元にして Gem パッケージを作成するタスクを定義するためのライブラリです。

...を定義します。

: PACKAGE_DIR/NAME-VERSION.gem
Gem パッケージを作成します。

例:
require 'rubygems'

spec = Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.summary = "Ruby based make-like utility."
s.name = 'rake'
s.version = PKG_VE...

rss (6.0)

RSS を扱うためのライブラリです。

...=== 参考

* RSS 0.91 http://backend.userland.com/rss091
* RSS 1.0 http://purl.org/rss/1.0/spec
* RSS 2.0 http://www.rssboard.org/rss-specification
* Atom 1.0 https://www.ietf.org/rfc/rfc4287.txt

=== 注意

RSS ParserはRSS 0.9x/1.0/2.0, Atom 1.0 をサポートしていますが,RSS...

yaml (6.0)

構造化されたデータを表現するフォーマットであるYAML (YAML Ain't Markup Language) を扱うためのライブラリです。

...* ":foo" のような文字列はそのまま Symbol として扱える
* "y" や "n" は真偽値として扱われない

=== 参考

YAML Specification

* https://yaml.org/spec/
* https://yaml.org/type/

YAML4R

* http://yaml4r.sourceforge.net/
* http://yaml4r.sourceforge.net/cookbook/(htt...
<< < ... 23 24 25 >>