1424件ヒット
[1-100件を表示]
(0.039秒)
別のキーワード
ライブラリ
- ビルトイン (142)
- bigdecimal (1)
- etc (24)
-
net
/ http (60) - openssl (12)
- optparse (48)
- psych (24)
-
rake
/ packagetask (12) -
rexml
/ document (84) - rubygems (36)
-
rubygems
/ commands / update _ command (12) -
rubygems
/ installer (12) -
rubygems
/ requirement (84) -
rubygems
/ specification (72) -
rubygems
/ version (168) - strscan (12)
- un (12)
-
webrick
/ ssl (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 (156) -
Net
:: HTTP (48) -
Net
:: HTTPResponse (12) - Object (22)
- OptionParser (24)
-
REXML
:: Document (36) -
REXML
:: Instruction (24) -
Rake
:: PackageTask (12) -
RubyVM
:: InstructionSequence (12) - StringScanner (12)
- Symbol (12)
- ThreadGroup (12)
- WIN32OLE (12)
モジュール
- Etc (24)
- Gem (24)
- Kernel (60)
- Marshal (24)
- OpenSSL (12)
-
OptionParser
:: Arguable (12) - Psych (24)
-
WEBrick
:: Config (12) - Zlib (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) -
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 2
. 7 . 0 (6) -
NEWS for Ruby 3
. 0 . 0 (5) - OPS (12)
- OptionParser (12)
-
RUBY
_ ENGINE _ VERSION (10) -
RUBY
_ VERSION (12) - Requirement (12)
- RubyGemsPackageVersion (12)
- RubyGemsVersion (12)
- Rubyの起動 (12)
- SSL (12)
- UndefinedConversionError (12)
- VERSION (24)
- Version (24)
- XMLDecl (12)
-
all
_ symbols (12) - bump (12)
- cgi (12)
- 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)
- irb (12)
- list (12)
-
marshal
_ dump (12) -
marshal
_ load (12) - new (36)
-
ole
_ query _ interface (12) -
on
_ tail (12) - open-uri (12)
- optparse (12)
- parse (12)
- post (24)
- prerelease? (12)
- rake (12)
-
rake
/ gempackagetask (12) - rdoc (12)
- release (12)
-
required
_ ruby _ version (12) -
required
_ ruby _ version= (12) -
required
_ rubygems _ version (12) -
required
_ rubygems _ version= (12) -
rexml
/ document (12) -
rexml
/ parsers / pullparser (12) -
rexml
/ parsers / sax2parser (12) -
rexml
/ parsers / streamparser (12) -
rexml
/ parsers / ultralightparser (12) - rss (12)
-
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 3 feature (12) -
ruby 1
. 8 . 5 feature (12) -
ruby 1
. 9 feature (12) - rubygems (12)
-
rubygems
/ commands / check _ command (12) -
rubygems
/ commands / contents _ command (12) -
rubygems
/ commands / dependency _ 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 / lock _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / query _ command (12) -
rubygems
/ commands / rdoc _ command (12) -
rubygems
/ commands / search _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ commands / unpack _ command (12) -
rubygems
/ server (12) -
rubygems
/ specification (12) -
rubygems
/ version (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)
- yaml (12)
- オブジェクト指向スクリプト言語 Ruby リファレンスマニュアル (10)
検索結果
先頭5件
-
RubyVM
:: InstructionSequence # to _ a -> Array (23024.0) -
self の情報を 14 要素の配列にして返します。
...ータフォーマットを示す文字列。常に
"YARVInstructionSequence/SimpleDataFormat"。
: major_version
命令シーケンスのメジャーバージョン。
: minor_version
命令シーケンスのマイナーバージョン。
: format_type
データフォーマットを......命令シーケンスを構成する命令とオペランドの配列の配列。
//emlist[例][ruby]{
require 'pp'
iseq = RubyVM::InstructionSequence.compile('num = 1 + 2')
pp iseq.to_a
# ※ Ruby 2.5.0 での実行結果
# => ["YARVInstructionSequence/SimpleDataFormat",
# 2,
# 0,
# 1,
# {:arg_... -
Gem
:: Version # version -> String (18137.0) -
バージョン情報を文字列として返します。
...バージョン情報を文字列として返します。
//emlist[][ruby]{
version = Gem::Version.new("1.2.3a")
p version.to_s # => "1.2.3a"
p version.version # => "1.2.3a"
//}... -
REXML
:: Document # version -> String (18119.0) -
XML 宣言に含まれている XML 文書のバージョンを返します。
...XML 宣言を持たない場合はデフォルトの値
(REXML::XMLDecl.defaultで宣言されているもの)を返します。
//emlist[][ruby]{
require 'rexml/document'
doc = REXML::Document.new(<<EOS)
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<e />
EOS
doc.version # => "1.0"
//}... -
Gem
:: Specification # rubygems _ version=(version) (12308.0) -
この Gem パッケージを作成した RubyGems のバージョンをセットします。 この属性は Gem パッケージが作成された時に自動的にセットされます。
...この Gem パッケージを作成した RubyGems のバージョンをセットします。
この属性は Gem パッケージが作成された時に自動的にセットされます。
@param version RubyGems のバージョンを指定します。... -
Object
:: RUBY _ VERSION -> String (12224.0) -
Ruby のバージョンを表す文字列。
...
Ruby のバージョンを表す文字列。
Ruby のバージョンは、major.minor.teeny という形式です。... -
Gem
:: Specification # required _ ruby _ version -> Gem :: Requirement (12218.0) -
この Gem パッケージを動作させるのに必要な Ruby のバージョンを返します。
...この Gem パッケージを動作させるのに必要な Ruby のバージョンを返します。... -
Gem
:: Specification # required _ ruby _ version=(requirement) (12218.0) -
この Gem パッケージを動作させるのに必要な Ruby のバージョンをセットします。
...この Gem パッケージを動作させるのに必要な Ruby のバージョンをセットします。
@param requirement Gem::Requirement.create が受け付ける形式のオブジェクトを指定します。
@see Gem::Requirement... -
Object
:: RUBY _ ENGINE _ VERSION -> String (12218.0) -
Ruby処理系実装のバージョンを表す文字列。
...Ruby処理系実装のバージョンを表す文字列。... -
Gem
:: Specification # required _ rubygems _ version -> Gem :: Requirement (12201.0) -
この Gem パッケージを動作させるのに必要な RubyGems のバージョンを返します。
...この Gem パッケージを動作させるのに必要な RubyGems のバージョンを返します。...