種類
ライブラリ
- ビルトイン (531)
-
cgi
/ html (24) - delegate (24)
-
irb
/ extend-command (12) - openssl (432)
-
rdoc
/ context (36) -
rexml
/ document (144) -
rexml
/ sax2listener (24) -
rexml
/ streamlistener (36) -
webrick
/ config (12) -
webrick
/ httpserver (12) - win32ole (60)
クラス
- Delegator (24)
- Encoding (144)
- Module (240)
- Object (96)
-
OpenSSL
:: Engine (12) -
OpenSSL
:: Netscape :: SPKI (24) -
OpenSSL
:: PKey :: DH (12) -
OpenSSL
:: PKey :: DSA (36) -
OpenSSL
:: PKey :: EC (36) -
OpenSSL
:: PKey :: RSA (204) -
OpenSSL
:: X509 :: Certificate (24) -
OpenSSL
:: X509 :: Request (24) -
RDoc
:: Context (36) -
RDoc
:: Options (24) -
REXML
:: DocType (60) -
REXML
:: Entity (24) -
REXML
:: NotationDecl (36) - WIN32OLE (24)
-
WIN32OLE
_ VARIABLE (12) -
WIN32OLE
_ VARIANT (12)
モジュール
-
CGI
:: HtmlExtension (24) -
IRB
:: ExtendCommandBundle (12) -
OpenSSL
:: X509 (12) -
REXML
:: SAX2Listener (24) -
REXML
:: StreamListener (36) -
WEBrick
:: Config (12)
オブジェクト
- main (27)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - ARGV (12)
- ExternalEntity (12)
- FileHandler (12)
- HTTPServer (12)
- MACCROATIAN (12)
- MACGREEK (12)
- MACJAPAN (12)
- MACJAPANESE (12)
- MACROMANIA (12)
- MACTURKISH (12)
- MacCroatian (12)
- MacGreek (12)
- MacJapan (12)
- MacJapanese (12)
- MacRomania (12)
- MacTurkish (12)
- Method (12)
-
NEWS for Ruby 2
. 1 . 0 (12) -
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 3
. 0 . 0 (5) -
NEWS for Ruby 3
. 1 . 0 (4) -
NO
_ PADDING (12) - NotationDecl (12)
-
OVERRIDE
_ PRIVATE _ ONLY (12) -
PKCS1
_ OAEP _ PADDING (12) -
PKCS1
_ PADDING (12) - RSA (12)
- Request (12)
- Ruby用語集 (12)
- SPKI (12)
-
SSLV23
_ PADDING (12) - VISIBILITIES (12)
-
V
_ ERR _ UNABLE _ TO _ DECODE _ ISSUER _ PUBLIC _ KEY (12) -
WIN32OLE
_ VARIANT (12) - X509 (12)
-
cgi
/ session (12) - doctype (24)
- e (12)
- e= (12)
- entitydecl (12)
- external (12)
-
external
_ id (12) - generate (24)
- html (24)
-
instance
_ method (12) -
instance
_ methods (12) - invoke (12)
-
irb
/ completion (12) -
load
_ public _ key (12) - main (12)
-
method
_ defined? (12) - methods (24)
- name (12)
- new (96)
- notationdecl (24)
- openssl (12)
- private (48)
-
private
_ constant (12) -
private
_ method _ defined? (12) -
protected
_ method _ defined? (12) -
pub
_ key= (24) - pubid (12)
- public= (12)
- public? (24)
-
public
_ class _ method (24) -
public
_ constant (12) -
public
_ decrypt (12) -
public
_ encrypt (12) -
public
_ instance _ method (12) -
public
_ instance _ methods (12) -
public
_ key (72) -
public
_ key= (48) -
public
_ key? (12) -
public
_ method (12) -
public
_ method _ defined? (12) -
public
_ methods (24) -
public
_ send (24) -
rb
_ class _ instance _ methods (12) -
rb
_ define _ method _ id (12) -
rb
_ mod _ public (12) -
rb
_ mod _ public _ method (12) - rdoc (12)
-
rexml
/ parsers / pullparser (12) -
rexml
/ parsers / sax2parser (12) -
rexml
/ parsers / streamparser (12) -
rexml
/ parsers / ultralightparser (12) - rss (12)
-
ruby 1
. 8 . 2 feature (12) -
ruby 1
. 8 . 4 feature (12) -
rubygems
/ security (12) - send (24)
-
set
_ visibility _ for (12) -
singleton
_ methods (12) - system (12)
-
top
_ public (12) - visibility (24)
- visibility= (12)
- visible? (12)
- クラス/メソッドの定義 (12)
検索結果
先頭4件
-
cgi
/ session (6.0) -
CGI のセッション管理を行うライブラリ。
...gi.hidden('cmd', 'hello') +
cgi.submit('です。')
}
}
}
}
CGI.pretty(html)
}
#=>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<BODY>
<FORM METHOD="post" ENCTYPE="application/x-www-form-urlencoded" action="/sample.rb">... -
irb
/ completion (6.0) -
irb の completion 機能を提供するライブラリです。
...rb(main):003:0> foo.
foo.== foo.frozen? foo.protected_methods
foo.=== foo.hash foo.public_methods
foo.=~ foo.id foo.respond_to?
foo.__id__ foo.inspect foo.send
foo.__send_... -
rdoc (6.0)
-
RDoc は Ruby のドキュメント生成を行うためのライブラリです。rdoc という ドキュメント生成のためのコマンドも含んでいます。
...)。
: --title text
出力のタイトルを text に指定します。
: --visibility visibility
出力するメソッドの可視性を public、protected、private のいずれかから指定します。
指定しなかった場合は protected です。
: --markup markup
マーク... -
rss (6.0)
-
RSS を扱うためのライブラリです。
...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/
をサポートしています。
ただし,Co...