475件ヒット
[1-100件を表示]
(0.159秒)
別のキーワード
種類
- インスタンスメソッド (223)
- 特異メソッド (96)
- ライブラリ (84)
- モジュール関数 (72)
ライブラリ
- ビルトイン (235)
-
irb
/ cmd / load (12) - json (84)
- objspace (24)
-
rubygems
/ source _ index (12) - un (12)
- win32ole (12)
クラス
- Binding (7)
-
Encoding
:: Converter (132) -
Gem
:: SourceIndex (12) -
IRB
:: ExtendCommand :: Source (12) -
JSON
:: Parser (36) - Method (24)
- Module (12)
- Proc (12)
- Regexp (12)
-
RubyVM
:: InstructionSequence (24) - UnboundMethod (12)
-
WIN32OLE
_ TYPE (12)
モジュール
- JSON (48)
- Kernel (12)
- ObjectSpace (24)
キーワード
-
allocation
_ sourcefile (12) -
allocation
_ sourceline (12) - compile (12)
-
const
_ source _ location (12) - convert (12)
-
default
_ event _ sources (12) - execute (12)
- inspect (6)
- install (12)
- load (12)
-
load
_ specification (12) - new (60)
- parse (24)
- parse! (12)
-
primitive
_ convert (48) -
primitive
_ errinfo (12) - rdoc (12)
- restore (12)
-
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ source _ info _ cache _ entry (12) -
search
_ convpath (12) -
source
_ encoding (12) -
source
_ location (43) -
to
_ s (6)
検索結果
先頭5件
-
rubygems
/ source _ info _ cache _ entry (24000.0) -
Gem::SourceInfoCache が持つエントリを表すためのライブラリです。
...Gem::SourceInfoCache が持つエントリを表すためのライブラリです。... -
JSON
:: Parser # source -> String (18219.0) -
現在のソースのコピーを返します。
...//emlist[例][ruby]{
require 'json'
parser = JSON::Parser.new(DATA.read)
print parser.source
# => {
# => "Tanaka": {
# => "name":"tanaka",
# => "age":20
# => },
# => "Suzuki": {
# => "name":"suzuki",
# => "age":25
# => }
# => }
__END__
{
"Tanaka": {
"name":"tanaka",... -
Regexp
# source -> String (18219.0) -
その正規表現のもととなった文字列表現を生成して返します。
...その正規表現のもととなった文字列表現を生成して返します。
//emlist[例][ruby]{
re = /foo|bar|baz/i
p re.source # => "foo|bar|baz"
//}... -
rubygems
/ commands / install _ command (18072.0) -
Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
...カルリポジトリにインストールするためのライブラリです。
Usage: gem install GEMNAME [GEMNAME ...] [options] -- --build-flags [options]
Options:
--platform PLATFORM 指定されたプラットフォームの Gem パッケージをインストール......ンストールします
--[no-]format-executable Make installed executable names match ruby.
If ruby is ruby18, foo_exec will be
foo_exec18
Local/Remote Options:
-l, --local......します
-b, --both ローカルとリモートの両方の操作を許可します
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パ... -
rubygems
/ commands / fetch _ command (18018.0) -
Gem パッケージをダウンロードしてカレントディレクトリに保存するためのライブラリです。
...fetch GEMNAME [GEMNAME ...] [options]
Options:
-v, --version VERSION 指定されたバージョンの Gem を取得します
--platform PLATFORM 指定されたプラットフォームの Gem を取得します
Local/Remote Options:
-B, --bulk-thre......shold COUNT Threshold for switching to bulk
synchronization (default 1000)
-p, --[no-]http-proxy [URL] リモートの操作に HTTP プロクシを使用します
--source URL Gem パッケージのリモートリポ......す
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッ... -
rubygems
/ commands / list _ command (18018.0) -
Gem パッケージの名前を前方一致で検索するためのライブラリです。
...ライブラリです。
Usage: gem list [STRING] [options]
Options:
-i, --[no-]installed Check for installed gem
-v, --version VERSION 指定されたバージョンの一覧を出力します
-d, --[no-]details Gem パッケージの詳......します
-b, --both ローカルとリモートの両方の操作を許可します
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パ......す
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッ... -
rubygems
/ commands / outdated _ command (18018.0) -
更新が必要な Gem パッケージの一覧を出力するためのライブラリです。
...Usage: gem outdated [options]
Options:
--platform PLATFORM 指定されたプラットフォームに関する情報を表示します
Local/Remote Options:
-l, --local 操作をローカルに限定します
-r, --remote......します
-b, --both ローカルとリモートの両方の操作を許可します
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パ......す
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッ... -
rubygems
/ commands / specification _ command (18018.0) -
指定された Gem パッケージの gemspec の情報を YAML 形式で表示するためのライブラリです。
...Usage: gem specification [GEMFILE] [options]
Options:
-v, --version VERSION Specify version of gem to examine
--platform PLATFORM Specify the platform of gem to specification
--all Output specifications for all versions of......します
-b, --both ローカルとリモートの両方の操作を許可します
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パ......す
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッ... -
WIN32OLE
_ TYPE # default _ event _ sources -> [WIN32OLE _ TYPE] (15384.0) -
型が持つソースインターフェイスを取得します。
...す。
default_event_sourcesメソッドは、selfがCoClass(コンポーネントクラス)
の場合、そのクラスがサポートするデフォルトのソースインターフェイス(イ
ベントの通知元となるインターフェイス)を返します。
@return デフォ......method("on#{m.name}") do |*arg|
if arg[0] == "ページが表示されました"
@completed = true
end
puts "#{Time.now}: #{m.name} was called"
p arg
end
end
end
evt = WIN32OLE_EVENT.new(ctl)
evt.handler = WebEvent.new
ctl.navigate2 'http://www.ruby-l......PropertyChange was called
["{265b75c1-4158-11d0-90f6-00c04fd497ea}"]
2010-10-06 22:33:54 +0900: BeforeNavigate2 was called
[#<WIN32OLE:0x9d08f0>, "http://www.ruby-lang.org/", 0, "", nil, "", false]
2010-10-06 22:33:54 +0900: DownloadBegin was called
[]
2010-10-06 22:33:54 +0900: PropertyChang...