るりまサーチ

最速Rubyリファレンスマニュアル検索!
141件ヒット [101-141件を表示] (0.011秒)
トップページ > クエリ:Module[x] > 種類:ライブラリ[x]

別のキーワード

  1. module attr
  2. module public
  3. module private
  4. module protected
  5. module new

キーワード

検索結果

<< < 1 2 >>

rdoc (13.0)

RDoc は Ruby のドキュメント生成を行うためのライブラリです。rdoc という ドキュメント生成のためのコマンドも含んでいます。

...メントに 含まれます。これをオフにしたい場合は all 修飾
子を加えます。

//emlist{
module
SM #:nodoc:
class Input
end
end
module
Markup #:nodoc: all
class Output
end
end
//}

以上のコードでは、SM::Input のドキュ...

debug (7.0)

Ruby デバッガです。Ruby スクリプトのソースコードデバッグに使用します。

...ithub.com/ruby/elisp にあるので、活用してください。

=== 使い方

$ ruby -rdebug foo.rb

または、Emacs から

M-x load-library rubydb3x.el
M-x rubydb

=== デバッグコマンド

以下は、デバッガで使用できるコマンド名とその用法の一覧です...
...変数、<object>の定数を表示します。

このコマンドの省略形は v です。

: method i[nstance] <object>
: method <class|module>
それぞれ、オブジェクト<object>のインスタンスメソッド
クラスメソッド または モジュールメソッドを...

drb (7.0)

分散オブジェクトプログラミングのためのライブラリです。

...スとして
渡したい、つまりコピーでなくリファレンスで渡したい場合は
そのオブジェクトに
DRb::DRbUndumped を Module#include します。

dRuby はブロック付きのメソッド呼び出しをサポートしていますが、
Proc はマーシャリング不...

rss (7.0)

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

...://web.resource.org/rss/1.0/modules/dc/
* Syndication モジュール http://web.resource.org/rss/1.0/modules/syndication/
* Content モジュール http://web.resource.org/rss/1.0/modules/content/
* Trackback モジュール http://madskills.com/public/xml/rss/module/trackback/
* Image モジ...
...ュール http://web.resource.org/rss/1.0/modules/image/
をサポートしています。
ただし,Content モジュールは content:encoded しかサポートしていません.

=== パース

RSS をパースしたい場合は RSS::Parser クラスを使います。
RSS::Parser.parse は S...

xmlrpc (7.0)

XML-RPC を扱うためのライブラリです。

...ions that span
computer languages. Its distinctive feature is its simplicity compared to
other approaches like SOAP and CORBA.

The Ruby standard library package 'xmlrpc' enables you to create a server that
implements remote procedures and a client that calls them. Very little code
is required to...
...ser)
* xml-scan (XMLScanStreamParser)
* Fastest parser is Expat's XMLStreamParser!

* General
* possible to choose between XMLParser module (Expat wrapper) and REXML/NQXML (pure Ruby) parsers
* Marshalling Ruby objects to Hashs and reconstruct them later from a Hash
* SandStor...

絞り込み条件を変える

<< < 1 2 >>