クラス
- Addrinfo (24)
-
File
:: Stat (36) -
Net
:: FTP (12) -
RDoc
:: Options (12) -
Rake
:: Task (24)
キーワード
-
$ -I (12) -
$ : (12) -
$ LOAD _ PATH (12) -
$ sitearchdir (12) -
$ sitelibdir (12) - ReFe (12)
-
clear
_ prerequisites (12) -
cp
_ lr (7) -
cp
_ r (12) - grpowned? (12)
- install (12)
-
ipv6
_ mc _ sitelocal? (12) -
ipv6
_ sitelocal? (12) - mkmf (12)
- new (12)
-
op
_ dir (12) - owned? (12)
- prerequisites (12)
- rdoc (12)
- rss (12)
-
ruby 1
. 6 feature (12)
検索結果
先頭5件
-
Net
:: FTP # site(arg) -> nil (18123.0) -
SITE コマンドを発行します。
...SITE コマンドを発行します。
@param arg SITEコマンドのパラメータを指定します。
@raise Net::FTPReplyError 応答コードが上の場合以外でエラーである場合に発生します。... -
Kernel
$ $ sitearchdir -> String (6116.0) -
サイト固有でかつマシン固有のライブラリを置くディレクトリです。 通常は "/usr/local/lib/ruby/site_ruby/バージョン/arch" です。
...サイト固有でかつマシン固有のライブラリを置くディレクトリです。
通常は "/usr/local/lib/ruby/site_ruby/バージョン/arch" です。... -
Kernel
$ $ sitelibdir -> String (6116.0) -
サイト固有のライブラリを置くディレクトリです。 通常は "/usr/local/lib/ruby/site_ruby/バージョン" です。
...サイト固有のライブラリを置くディレクトリです。
通常は "/usr/local/lib/ruby/site_ruby/バージョン" です。... -
Addrinfo
# ipv6 _ mc _ sitelocal? -> bool (6100.0) -
IPv6 のマルチキャスト(サイトローカルスコープ)アドレスであれば真を返します。
IPv6 のマルチキャスト(サイトローカルスコープ)アドレスであれば真を返します。 -
Addrinfo
# ipv6 _ sitelocal? -> bool (6100.0) -
IPv6 のサイトローカルアドレス(fec0::/10, 3513)であれば真を返します。
IPv6 のサイトローカルアドレス(fec0::/10, 3513)であれば真を返します。 -
Rake
:: Task # clear _ prerequisites -> self (6100.0) -
自身に登録されている事前タスクをクリアします。
自身に登録されている事前タスクをクリアします。 -
Rake
:: Task # prerequisites -> Array (6100.0) -
事前タスクのリストを返します。
事前タスクのリストを返します。 -
rss (174.0)
-
RSS を扱うためのライブラリです。
...バージョン") do |maker|
maker.XXX = YYY
...
end
===== シンプルなRSS
例えば,
* http://example.com/にある
* Example Siteという説明文を持つ
* Exampleというサイトを
* http://example.com/index.rdfという名前のRSS 1.0
を生成するには以下......0") do |maker|
maker.channel.about = "http://example.com/index.rdf"
maker.channel.title = "Example"
maker.channel.description = "Example Site"
maker.channel.link = "http://example.com/"
end
もし,
* http://example.com/article.htmlにある
* Sample Articleというタイ......0") do |maker|
maker.channel.about = "http://example.com/index.rdf"
maker.channel.title = "Example"
maker.channel.description = "Example Site"
maker.channel.link = "http://example.com/"
item = maker.items.new_item
item.link = "http://example.com/article.html"
item.title... -
Kernel
$ $ -I -> [String] (42.0) -
Rubyライブラリをロードするときの検索パスです。
...数 RUBYLIB の値
/usr/local/lib/ruby/site_ruby/VERSION サイト固有、バージョン依存のライブラリ
/usr/local/lib/ruby/site_ruby/VERSION/ARCH サイト固有、システム依存、拡張ライブラリ
/usr/local/lib/ruby/site_ruby サイト固有ライ......foo.rb と foo.so が交互に探索されます。
/usr/local/lib/ruby/site_ruby/VERSION/foo.rb
/usr/local/lib/ruby/site_ruby/VERSION/foo.so
/usr/local/lib/ruby/site_ruby/VERSION/ARCH/foo.rb
/usr/local/lib/ruby/site_ruby/VERSION/ARCH/foo.so
:
:
なお、共有ライブラリの拡...