るりまサーチ

最速Rubyリファレンスマニュアル検索!
144件ヒット [1-100件を表示] (0.209秒)

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix det_e
  4. open3 capture2e
  5. matrix rank_e

ライブラリ

キーワード

検索結果

<< 1 2 > >>

RSS::Maker::ItemsBase::ItemBase#author (21103.0)

@todo

@todo

RSS::Rss::Channel::Item#author (21103.0)

@todo

@todo

Gem::Specification#author -> String (21102.0)

作成者の名前を返します。

作成者の名前を返します。

Gem::Specification#author=(name) (9202.0)

作成者の名前をセットします。

作成者の名前をセットします。

Gem::Specification#authors=(names) (9201.0)

作成者の名前の配列をセットします。

作成者の名前の配列をセットします。

絞り込み条件を変える

REXML::DocType#external_id -> String | nil (9113.0)

DTD が外部サブセットを用いている場合は "SYSTEM", "PUBLIC" の いずれかの文字列を返します。

...ている場合は "SYSTEM", "PUBLIC" の
いずれかの文字列を返します。

それ以外の場合は nil を返します。

//emlist[][ruby]{
require 'rexml/document'
doctype = REXML::Document.new(<<EOS).doctype
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://ww...
...td">
E
OS
doctype.name # => "html"
doctype.external_id # => "PUBLIC"

doctype = REXML::Document.new(<<EOS).doctype
<!DOCTYPE books [
<!ELEMENT books (book+)>
<!ELEMENT book (title,author)>
<!ELEMENT title (#PCDATA)>
<!ELEMENT author (#PCDATA)>
]>
E
OS
doctype.name # => "books"
doctype.externa...

RSS::Maker::ItemsBase::ItemBase#author=() (9103.0)

@todo

@todo

RSS::Rss::Channel::Item#author= (9103.0)

@todo

@todo

Gem::Specification#authors -> Array (9101.0)

作成者の名前の配列を返します。

作成者の名前の配列を返します。
<< 1 2 > >>