るりまサーチ

最速Rubyリファレンスマニュアル検索!
29件ヒット [1-29件を表示] (0.025秒)
トップページ > クエリ:gem[x] > クエリ:magic[x]

別のキーワード

  1. rubygems gem
  2. rubygems/gem_openssl ssl_available?
  3. rubygems/gem_openssl ensure_ssl_available
  4. gem dir
  5. gem md5

ライブラリ

クラス

キーワード

検索結果

Gem::Package::TarHeader#magic -> String (21117.0)

tar のヘッダに含まれる magic を返します。

...tar のヘッダに含まれる magic を返します。...

Ruby用語集 (120.0)

Ruby用語集 A B C D E F G I J M N O R S Y

...y/

: bundled gem
標準添付ライブラリーの gem のうち、アンインストールできるもの。

→ default gem、標準添付ライブラリー

: Bundler
特定の Ruby アプリケーションで使用する gem とそのバージョンを Gemfile
および Gemfile.lock...
...という
ファイルで管理するツール。gem を新規作成するときの雛形を生成する機能もある。
コマンド名は bundle。

Bundler 自体も gem として配布されているが、Ruby 2.6 で標準添付
ライブラリーに追加された。

===[a:C] C

: C...
...呼ばれたり、日本語で「多態」とか
「多相性」などと呼ばれたりもする。

===[a:ma] ま

: マジックコメント
: magic comment
スクリプトの先頭に(shebang があればそれに続けて)記述し、Ruby の処理系
に何かを伝えるもの。...

NEWS for Ruby 3.0.0 (24.0)

NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...als are no longer frozen when
`# frozen-string-literal: true` is used. 17104
* Magic comment `shareable_constant_value` added to freeze constants.
See {Magic Comments}[rdoc-ref:doc/syntax/comments.rdoc@Magic+Comments] for more details.
17273
* A {static analysis}[rdoc-label:label-Sta...
...patible.
* Psych
* Update to Psych 3.3.0
* This version is Ractor compatible.
* Reline
* Update to Reline 0.1.5
* RubyGems
* Update to RubyGems 3.2.3
* StringIO
* Update to StringIO 3.0.0
* This version is Ractor compatible.
* StringScanner
* Update to StringSca...
...893
* SortedSet has been removed for dependency and performance reasons.

== Stdlib compatibility issues

* Default gems
* The following libraries are promoted to default gems from stdlib.
* English
* abbrev
* base64
* drb
* debug
* erb
* find...