Site generation time: 2024-10-14 01:41:42 +0000 ...
We are pleased to announce the release of Ruby 3.4.0-preview2.
在没有 frozen_string_literal 注释的文件中,当字符串字面量被修改时会发出警告。 这些警告可以使用 -W:deprecated 或者通过设置 Warning[:deprecated] = true 来启用。 如要禁用此变化,您可以在运行 Ruby 时 ...
我们很高兴地宣布 Ruby 3.4.0-preview2 发布。
我們很高興宣布 Ruby 3.4.0-preview2 發布了。 沒有 frozen_string_literal 註解的檔案中的字串文字,現在行為會跟被凍結一樣。如果它們被修改則會發出棄用警告。 這些警告可以透過 -W:deprecated 或 Warning ...
Ruby 3.4.0-preview2 릴리스를 알리게 되어 기쁩니다.
Ruby 3.4.0-preview2がリリースされました。 frozen_string_literalのコメントがないファイルで文字列リテラルが凍結されたように振る舞うようになりました。 文字列リテラルが破壊的に変更された ...
Instance variables are hidden away inside the object. They’re not terribly hidden, you see them whenever you inspect the object, and there are other ways of accessing them, but Ruby uses the good ...
Ruby çok çeşitli özelliklere sahiptir, aşağıda bir kaçından bahsedilmiştir: Ruby, hataları işlemeyi kolaylaştırmak amacıyla Java veya Python gibi istisna işleme özelliklerine sahiptir. Ruby tüm ...
Python is another very nice general purpose programming language. Going from Python to Ruby, you’ll find that there’s a little bit more syntax to learn than with Python.
If you want to get together with other Ruby programmers, a local user group may be just the thing. Ruby user groups are entirely devoted to Ruby. They typically feature monthly meetings, a mailing ...
多數函式庫以 Gem 格式發佈。 RubyGems 是 Ruby 函式庫打包系統,特別針對新建、分享、 安裝函式庫而設計(某種程度上與套件管理系統 apt-get 很相似,但針對的是 Ruby 軟體的發佈)。從 Ruby 1.9 起 ...