282件ヒット
[1-100件を表示]
(0.049秒)
種類
- インスタンスメソッド (120)
- ライブラリ (120)
- 定数 (24)
- 特異メソッド (12)
- 文書 (6)
ライブラリ
- ビルトイン (12)
-
net
/ imap (36) - optparse (24)
- rake (48)
-
rdoc
/ generator / ri (12) -
rubygems
/ command (12) -
rubygems
/ specification (12)
クラス
-
Gem
:: Command (12) -
Gem
:: Specification (12) -
Net
:: IMAP :: BodyTypeBasic (12) -
Net
:: IMAP :: BodyTypeMessage (12) -
Net
:: IMAP :: BodyTypeText (12) - Object (12)
- OptionParser (24)
-
RDoc
:: Generator :: RI (12)
モジュール
- Kernel (12)
- Rake (12)
-
Rake
:: TaskManager (24)
キーワード
-
NEWS for Ruby 2
. 7 . 0 (6) -
RUBY
_ DESCRIPTION (12) - application (12)
- desc (12)
- description (60)
-
last
_ comment (12) -
last
_ description (12) - optparse (12)
-
rake
/ gempackagetask (12) - rdoc (12)
- rss (12)
- rubygems (12)
-
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / mirror _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / server _ command (12) - summarize (24)
検索結果
先頭5件
-
RDoc
:: Generator :: RI :: DESCRIPTION -> String (18201.0) -
このジェネレータの説明を表す文字列です。
このジェネレータの説明を表す文字列です。 -
Net
:: IMAP :: BodyTypeBasic # description -> String | nil (6233.0) -
Content-Description の値を文字列で返します。
...Content-Description の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: BodyTypeMessage # description -> String | nil (6233.0) -
Content-Description の値を文字列で返します。
...Content-Description の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: BodyTypeText # description -> String | nil (6233.0) -
Content-Description の値を文字列で返します。
...Content-Description の値を文字列で返します。
@see 2045... -
Object
:: RUBY _ DESCRIPTION -> String (6207.0) -
Ruby の詳細を表す文字列。
...Ruby の詳細を表す文字列。
ruby -v で表示される内容が格納されています。... -
Gem
:: Command # description -> String (6201.0) -
このメソッドはサブクラスで再定義されます。 コマンドが実行することを説明する文字列を返します。
このメソッドはサブクラスで再定義されます。
コマンドが実行することを説明する文字列を返します。 -
Gem
:: Specification # description -> String (6201.0) -
Gem パッケージの説明を返します。
Gem パッケージの説明を返します。 -
Rake
:: TaskManager # last _ description -> String (3207.0) -
Rakefile 内の最新の詳細説明を追跡するためのメソッドです。
...詳細説明を追跡するためのメソッドです。
//emlist[][ruby]{
# Rakefile での記載例とする
task default: :test_rake_app1
desc "test1"
task :test_rake_app1 do |task|
p task.application.last_description # => "test2"
end
desc "test2"
task :test_rake_app2 do |task|
end
//}... -
NEWS for Ruby 2
. 7 . 0 (348.0) -
NEWS for Ruby 2.7.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...は参照情報があるため短いです。
十分な情報と共に書かれた全ての変更のリストは ChangeLog ファイルか bugs.ruby-lang.org の issue を参照してください。
== 2.6.0 以降の変更
=== 言語仕様の変更
==== パターンマッチ
* パターンマ......=> [2, 3]
end
//}
//emlist[][ruby]{
case {a: 0, b: 1}
in {a: 0, x: 1}
:unreachable
in {a: 0, b: var}
p var #=> 1
end
//}
//emlist[][ruby]{
case -1
in 0 then :unreachable
in 1 then :unreachable
end #=> NoMatchingPatternError
//}
//emlist{
json = <<END
{
"name": "Alice",
"age": 30,
"child......y-lang.org/projects/ruby-master/wiki/C99
を参照してください。
* Rubyの上流リポジトリはSubversionからGitに変わりました。
* https://git.ruby-lang.org/ruby.git
* RUBY_REVISIONのクラスはIntegerからStringに変わりました。
* RUBY_DESCRIPTION...