EUNO.NEWS EUNO.NEWS
  • All (20038) +213
  • AI (3083) +12
  • DevOps (901) +6
  • Software (10306) +149
  • IT (5702) +46
  • Education (45)
  • Notice (1)
  • All (20038) +213
    • AI (3083) +12
    • DevOps (901) +6
    • Software (10306) +149
    • IT (5702) +46
    • Education (45)
  • Notice (1)
  • All (20038) +213
  • AI (3083) +12
  • DevOps (901) +6
  • Software (10306) +149
  • IT (5702) +46
  • Education (45)
  • Notice (1)
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.' end ``` 위 코드를 실행하면…

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

    Ruby 블록과 람다

    Ruby 블록은 메서드 호출과 함께 코드 블록을 전달하는 방법입니다. ```ruby def call_block puts 'Start of method' yield puts 'End of method' end call_block { puts 'Inside the block' } ```

    #ruby #blocks #lambda #anonymous functions #programming #code examples
  • 2주 전 · software

    Ruby 클래스와 객체지향 프로그래밍

    기본 클래스 루비 클래스 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 – 루비용 화려한 터미널 라이브러리

    기사 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

    번역하고 싶은 텍스트를 제공해 주시겠어요? 텍스트를 알려주시면 한국어로 번역해 드리겠습니다.

    #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”라고 불리는 개념에 익숙합니다. 가변 객체(e.g., String)를 다른 변수에 할당할 때...

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

    Ruby GUI는 사라졌나요… 아니면 살아 있나요?

    배경: 나는 Ruby로 간단한 데스크톱 앱을 만들고 싶었다—GitHub 통계 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