1071件ヒット
[1-100件を表示]
(0.189秒)
ライブラリ
- ビルトイン (118)
- bigdecimal (1)
- etc (24)
-
net
/ http (60) - openssl (12)
- optparse (48)
- psych (24)
-
rake
/ packagetask (12) -
rexml
/ document (72) - rubygems (36)
-
rubygems
/ commands / update _ command (12) -
rubygems
/ installer (12) -
rubygems
/ requirement (84) -
rubygems
/ specification (72) -
rubygems
/ version (84) - strscan (12)
- un (12)
- win32ole (12)
- zlib (12)
クラス
- BigDecimal (1)
-
Encoding
:: UndefinedConversionError (12) -
Gem
:: Commands :: UpdateCommand (12) -
Gem
:: Installer (12) -
Gem
:: Requirement (84) -
Gem
:: Specification (72) -
Gem
:: Version (84) -
Net
:: HTTP (48) -
Net
:: HTTPResponse (12) - Object (22)
- OptionParser (24)
-
REXML
:: Document (36) -
REXML
:: Instruction (24) -
Rake
:: PackageTask (12) -
RubyVM
:: InstructionSequence (12) - StringScanner (12)
- ThreadGroup (12)
- WIN32OLE (12)
モジュール
キーワード
-
$ -I (12) -
$ : (12) -
$ LOAD _ PATH (12) -
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - <=> (12)
- === (12)
- =~ (12)
- DOSISH 対応 (12)
- Instruction (12)
-
MAJOR
_ VERSION (12) -
MINOR
_ VERSION (12) -
NEWS for Ruby 2
. 0 . 0 (12) -
NEWS for Ruby 2
. 4 . 0 (9) - OPS (12)
- OptionParser (12)
-
RUBY
_ ENGINE _ VERSION (10) -
RUBY
_ VERSION (12) - Requirement (12)
- RubyGemsPackageVersion (12)
- RubyGemsVersion (12)
- Rubyの起動 (7)
- VERSION (24)
- confstr (12)
- content (12)
- correct? (12)
- create (24)
-
do
_ rubygems _ update (12) - dump (24)
- encoding (12)
- eql? (12)
-
error
_ char (12) - gem (12)
- get (24)
- getoptlong (12)
- getopts (12)
-
http
_ version (12) - httpd (12)
- install (12)
- list (12)
- new (24)
-
ole
_ query _ interface (12) -
on
_ tail (12) - optparse (12)
- parse (12)
- post (24)
- rake (12)
-
rake
/ gempackagetask (12) - rdoc (12)
-
required
_ ruby _ version (12) -
required
_ ruby _ version= (12) -
required
_ rubygems _ version (12) -
required
_ rubygems _ version= (12) -
rexml
/ document (12) -
rexml
/ parsers / streamparser (12) -
rexml
/ parsers / ultralightparser (12) -
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 3 feature (12) -
ruby 1
. 8 . 5 feature (12) -
ruby 1
. 9 feature (12) -
rubygems
/ commands / check _ command (12) -
rubygems
/ commands / contents _ command (12) -
rubygems
/ commands / environment _ command (12) -
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ specification (12) -
rubygems
/ version _ option (12) -
rubygems
_ version (12) -
rubygems
_ version= (12) -
satisfied
_ by? (12) -
stand
_ alone? (12) - target (12)
-
to
_ a (12) -
to
_ s (12) - uname (12)
- ver (13)
- version (24)
- yaml (12)
検索結果
先頭5件
-
StringScanner
:: Version -> String (21219.0) -
StringScanner クラスのバージョンを文字列で返します。 この文字列は Object#freeze されています。
...StringScanner クラスのバージョンを文字列で返します。
この文字列は Object#freeze されています。
//emlist[例][ruby]{
require 'strscan'
StringScanner::Version # => "0.7.0"
StringScanner::Version.frozen? # => true
//}... -
rubygems
/ version _ option (18016.0) -
Gem::Command の --version, --platform オプションのためのモジュールを 定義したライブラリです。
...Gem::Command の --version, --platform オプションのためのモジュールを
定義したライブラリです。... -
Object
:: RUBY _ VERSION -> String (15324.0) -
Ruby のバージョンを表す文字列。
...
Ruby のバージョンを表す文字列。
Ruby のバージョンは、major.minor.teeny という形式です。... -
Gem
:: Specification # required _ ruby _ version -> Gem :: Requirement (15318.0) -
この Gem パッケージを動作させるのに必要な Ruby のバージョンを返します。
...この Gem パッケージを動作させるのに必要な Ruby のバージョンを返します。... -
Gem
:: Specification # required _ ruby _ version=(requirement) (15318.0) -
この Gem パッケージを動作させるのに必要な Ruby のバージョンをセットします。
...この Gem パッケージを動作させるのに必要な Ruby のバージョンをセットします。
@param requirement Gem::Requirement.create が受け付ける形式のオブジェクトを指定します。
@see Gem::Requirement... -
Object
:: RUBY _ ENGINE _ VERSION -> String (15318.0) -
Ruby処理系実装のバージョンを表す文字列。
...Ruby処理系実装のバージョンを表す文字列。... -
Gem
:: Specification # rubygems _ version=(version) (15308.0) -
この Gem パッケージを作成した RubyGems のバージョンをセットします。 この属性は Gem パッケージが作成された時に自動的にセットされます。
...この Gem パッケージを作成した RubyGems のバージョンをセットします。
この属性は Gem パッケージが作成された時に自動的にセットされます。
@param version RubyGems のバージョンを指定します。... -
Gem
:: Commands :: UpdateCommand # do _ rubygems _ update(version) (15301.0) -
RubyGems 自体を更新します。
...
RubyGems 自体を更新します。... -
Gem
:: Specification # required _ rubygems _ version -> Gem :: Requirement (15301.0) -
この Gem パッケージを動作させるのに必要な RubyGems のバージョンを返します。
...この Gem パッケージを動作させるのに必要な RubyGems のバージョンを返します。...