252件ヒット
[201-252件を表示]
(0.026秒)
種類
- インスタンスメソッド (84)
- ライブラリ (72)
- 文書 (60)
- クラス (24)
- モジュール (12)
ライブラリ
-
rdoc
/ code _ object (12) -
rdoc
/ context (48) -
rdoc
/ include (12) -
rdoc
/ parser / text (12) -
rdoc
/ text (12)
クラス
-
RDoc
:: Context (48) -
RDoc
:: Options (24)
モジュール
-
RDoc
:: Text (12)
キーワード
- CodeObject (12)
-
NEWS for Ruby 2
. 1 . 0 (12) -
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 3
. 0 . 0 (5) -
NEWS for Ruby 3
. 1 . 0 (4) - Ruby用語集 (12)
- Text (12)
-
add
_ include (12) -
add
_ to (12) - drb (12)
-
include
_ line _ numbers (12) - includes (12)
-
initialize
_ methods _ etc (12) - markup (12)
- mkmf (12)
-
rake
/ rdoctask (12) -
rdoc
/ include (12) -
rdoc
_ include (12) -
ruby 1
. 8 . 4 feature (12) -
rubygems
/ commands / install _ command (12)
検索結果
先頭5件
-
NEWS for Ruby 2
. 5 . 0 (24.0) -
NEWS for Ruby 2.5.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...* Ripper#state を追加。スキャナーの状態を伝えるためです。13686
* rdoc
* RDoc 6.0.1 に更新
* Replace IRB based lexer with Ripper.
* https://github.com/ruby/rdoc/pull/512
* This much improves the speed of generating documents.
* It also......ecurerandom
* SecureRandom.alphanumeric を追加
* set
* Set#to_s を Set#inspect の別名として追加 13676
* Set#=== を Set#include? の別名として追加 13801
* Set#reset 6589
* stringio
* StringIO#write は複数の引数を受け取れるようになりまし... -
ruby 1
. 8 . 4 feature (24.0) -
ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。
...* ((<ruby 1.8.4 feature/Readline [bug]>))
* ((<ruby 1.8.4 feature/Syck [bug]>))
* ((<ruby 1.8.4 feature/irb [bug]>))
* ((<ruby 1.8.4 feature/RDoc [bug]>))
* ((<ruby 1.8.4 feature/Win32API [bug]>))
* ((<ruby 1.8.4 feature/Rinda [bug]>))
* ((<ruby 1.8.4 feature/Iconv [compat]>))
* ((<ru......ました。((<ruby-dev:27964>))
module Foo
def initialize
super
end
end
class Bar
include Foo
def initialize
Foo.instance_method(:initialize).bind(self).call
end
end
Bar.new......ているときにオートインデントが
ずれるバグの修正。((<ruby-core:06358>))
: RDoc [bug]
#Tue Oct 25 02:12:08 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
#
# * lib/rdoc/markup/simple_markup.rb (SM::SimpleMarkup::LABEL_LIST_RE):
# reduce redundant backtrack. [... -
rubygems
/ commands / install _ command (24.0) -
Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
...IR Gem パッケージに含まれるバイナリファイルの配置先を指定します
-d, --[no-]rdoc インストール時に RDoc を生成します
--[no-]ri インストール時に RI ドキュメントを生成します......pecify gem trust policy
--ignore-dependencies 依存している Gem パッケージをインストールしません
-y, --include-dependencies 依存している Gem パッケージをインストールします
--[no-]format-executable Make installed exe......rguments:
GEMNAME インストールする Gem パッケージ名を指定します
Summary:
Gem パッケージをローカルにインストールします
Defaults:
--both --version '>= 0' --rdoc --ri --no-force
--no-test --install-dir /usr/lib/ruby/gems/1.8... -
NEWS for Ruby 2
. 6 . 0 (18.0) -
NEWS for Ruby 2.6.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...4938
* Range
* 新規メソッド
* Range#% が追加されました。 14697
* 非互換な変更
* Range#=== が Range#include? メソッドではなく Range#cover? メソッドを使うようになりました。 14575
* Range#cover? が Range オブジェクトを......名称だったため。 14688
* NKF
* nkf v2.1.5 に更新されました。
* Psych
* Psych 3.1.0 に更新されました。
* RDoc
* 約2倍高速化されました。
* ファイル生成に SOURCE_DATE_EPOCH を使うようになりました。
* メソッドの行......のための管理されたヒープです。
例えば小さくて短命の Hash オブジェクトは2倍高速化されました。
* rdoc ベンチマークでは 6から7%のパフォーマンスの改善を計測できました。
* コルーチンのネイティブ実装(arm32, a... -
NEWS for Ruby 3
. 1 . 0 (18.0) -
NEWS for Ruby 3.1.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...protected? が追加されました。 11689
* Module
* 変更されたメソッド
* Module#prepend はレシーバが既に引数をincludeしている場合、継承ツリーを変更するようになりました。レシーバが既に引数をprependしている場合、継承ツ......pthread実装に置き換えました。 18015
* Refinement
* Module#refineで作成されたモジュールを表す新しいクラス。includeとprependは非推奨になり、代わりにimport_methodsが追加されました。
== 標準添付ライブラリの更新(機能追加とバ......3.0.0
* optparse 0.2.0
* ostruct 0.5.2
* pathname 0.2.0
* pp 0.3.0
* prettyprint 0.1.1
* psych 4.0.3
* racc 1.6.0
* rdoc 6.4.0
* readline 0.0.3
* readline-ext 0.1.4
* reline 0.3.0
* resolv 0.2.1
* rinda 0.1.1
* ruby2_keywords 0.0.5
* secur... -
drb (12.0)
-
分散オブジェクトプログラミングのためのライブラリです。
...て
渡したい、つまりコピーでなくリファレンスで渡したい場合は
そのオブジェクトに
DRb::DRbUndumped を Module#include します。
dRuby はブロック付きのメソッド呼び出しをサポートしていますが、
Proc はマーシャリング不可能な......併用すべきです。
=== リファレンス
* http://www2a.biglobe.ne.jp/~seki/ruby/druby.html
* http://www.ruby-doc.org/stdlib/libdoc/drb/rdoc/index.html
=== Example
単純なクライアント-サーバシステムの例。
ターミナルを2つサーバ側/クライアント側とし...