EUNO.NEWS EUNO.NEWS
  • All (20292) +229
  • AI (3103) +13
  • DevOps (906) +6
  • Software (10480) +161
  • IT (5755) +49
  • Education (48)
  • Notice
  • All (20292) +229
    • AI (3103) +13
    • DevOps (906) +6
    • Software (10480) +161
    • IT (5755) +49
    • Education (48)
  • Notice
  • All (20292) +229
  • AI (3103) +13
  • DevOps (906) +6
  • Software (10480) +161
  • IT (5755) +49
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 2周前 · software

    Ruby 4 已发布 💎 — 并带来了礼物

    封面图片:Ruby 4 已发布 💎 — 并带来了礼物 https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/http...

    #Ruby #Ruby 4 #programming language #release notes #performance #developer experience
  • 2周前 · software

    Ruby 异常处理与正则表达式

    异常处理 在 Ruby 中查看抛出和处理异常的基本方法。 ruby def raise_exception puts 'I am before the raise.' raise 'An error has occured' puts 'I am after the raise' 执行…

    #ruby #exception-handling #error-handling #regular-expressions #regex #programming-tutorial #ruby-code
  • 2周前 · software

    Ruby 块和 Lambda

    Ruby 块(Block)是 Ruby 中一种将代码块与方法调用一起传递的方式。ruby def call_block puts 'Start of method' yield yield puts 'End of method' end call_block { puts 'In...

    #ruby #blocks #lambda #anonymous functions #programming #code examples
  • 2周前 · software

    Ruby 类与面向对象编程

    基本类 ruby class Test puts :Test.object_id.to_s def test puts :test.object_id.to_s @test = 10 puts :test.object_id.to_s end end t = Test.new t.test 构造函数和实例...

    #ruby #classes #object-oriented programming #OOP #instance variables #constructor #programming examples
  • 2周前 · software

    Ruby 文件处理和系统命令

    打开并读取文件 ```ruby File.open 'p014constructs.rb', 'r' do |f1| while line = f1.gets puts line end end ``` 写入文件 ```ruby File.open 'test.rb', 'w' do |f2| f2.puts 'Created by...' end ```

    #ruby #file-io #system-commands #load-require #find-module #environment-variables #scripting
  • 2周前 · software

    Charm Ruby – Ruby 的华丽终端库

    文章 URL: https://charm-ruby.dev/ 评论 URL: https://news.ycombinator.com/item?id=46430558 点数: 6 评论: 0

    #ruby #terminal #cli #ui #libraries #open-source #charm-ruby
  • 3周前 · software

    Cursed Bundler:使用 go get 安装 Ruby Gems

    请提供您希望翻译的文章摘录或摘要文本,我才能为您进行简体中文翻译。

    #go #go-get #ruby #gems #bundler #package-management #cross-language #devtools
  • 3周前 · software

    T‑Ruby 是带有类型语法的 Ruby

    文章链接: https://type-ruby.github.io/ 评论链接: https://news.ycombinator.com/item?id=46395871 点数: 18 评论数: 0

    #Ruby #static typing #type system #programming languages #T-Ruby
  • 3周前 · software

    ZJIT 现已在 Ruby 4.0 中可用

    请提供您希望翻译的具体摘录或摘要文本,我才能为您进行简体中文翻译。

    #ruby #zjit #jit #ruby-4.0 #performance #rails
  • 3周前 · software

    Ruby:按引用传值

    大多数 Ruby 开发者都熟悉通常被称为“pass‑by‑reference‑value”的概念。当一个可变对象,例如 String,被赋值给另一个变量时……

    #ruby #pass-by-reference #pass-by-value #mutability #gsub #object-references #programming-bugs #software-development
  • 3周前 · software

    Ruby GUI 已死……还是活着?

    背景 我想用 Ruby 创建一个简单的桌面应用——一个 GitHub stats fetcher,接受用户名并显示其 avatar、followers 和 repositories……

    #ruby #gui #desktop-app #gtk3 #tk #shoes #cross‑platform #ruby‑gems
  • 3周前 · software

    Ruby 4.0.0

    请提供您希望翻译的具体摘录或摘要文本,我才能为您进行简体中文翻译。

    #ruby #programming-language #release #version-4.0 #open-source #web-development

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026