CINXE.COM

Ruby 프로그래밍 언어

<!DOCTYPE html> <html> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.ruby-lang.org/ko/","20240802231840","https://web.archive.org/","web","/_static/", "1722640720"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta charset="utf-8"> <title>Ruby 프로그래밍 언어</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta itemprop="image" content="https://web.archive.org/web/20240802231840im_/https://www.ruby-lang.org/images/header-ruby-logo@2x.png"> <meta name="description" content=""> <link rel="stylesheet" type="text/css" href="/web/20240802231840cs_/https://www.ruby-lang.org/stylesheets/normalize.css"> <link rel="stylesheet" type="text/css" href="/web/20240802231840cs_/https://www.ruby-lang.org/stylesheets/main.css"> <link rel="stylesheet" type="text/css" href="/web/20240802231840cs_/https://www.ruby-lang.org/stylesheets/pygments.css"> <link rel="stylesheet" type="text/css" href="/web/20240802231840cs_/https://www.ruby-lang.org/stylesheets/mobile.css"> <link rel="stylesheet" type="text/css" href="/web/20240802231840cs_/https://www.ruby-lang.org/stylesheets/print.css"> <link href="https://web.archive.org/web/20240802231840cs_/https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic&amp;subset=latin,cyrillic,greek,vietnamese" rel="stylesheet" type="text/css"> <link rel="canonical" href="https://web.archive.org/web/20240802231840/https://www.ruby-lang.org/ko/"> <link rel="shortcut icon" type="image/x-icon" href="/web/20240802231840im_/https://www.ruby-lang.org/favicon.ico"> <link href="/web/20240802231840/https://www.ruby-lang.org/ko/feeds/news.rss" rel="alternate" title="최근 소식(RSS)" type="application/rss+xml"> <script type="text/javascript" src="/web/20240802231840js_/https://www.ruby-lang.org/javascripts/jquery.min.js"></script> <script type="text/javascript" src="/web/20240802231840js_/https://www.ruby-lang.org/javascripts/page.js"></script> <script type="text/javascript" src="/web/20240802231840js_/https://www.ruby-lang.org/javascripts/examples.js"></script> </head> <body id="home-page-layout"> <div id="header"> <div id="header_content" class="container"> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/"> <h1>Ruby</h1> <h2>프로그래머의 단짝 친구</h2> </a> <div class="site-links"> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/" class="home">홈</a> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/downloads/">다운로드</a> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/documentation/">문서</a> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/libraries/">라이브러리</a> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/community/">커뮤니티</a> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/news/">뉴스</a> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/security/">보안</a> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/about/">Ruby에 대해서</a> <a href="#" class="menu selected">Menu</a> </div> <div id="search-box"> <form id="search-form" action="https://web.archive.org/web/20240802231840/https://www.google.com/cse"> <table class="fieldset"> <tr> <td> <input class="field" type="text" name="q" size="31" style="background: white url(//web.archive.org/web/20240802231840im_/https://www.google.com/coop/intl/ko/images/google_custom_search_watermark.gif) left no-repeat" onfocus="this.style.background='white'" onblur="if (/^\s*$/.test(this.value)) this.style.background='white url(//www.google.com/coop/intl/ko/images/google_custom_search_watermark.gif) left no-repeat'"/> </td> <td> <input type="hidden" name="cx" value="013598269713424429640:g5orptiw95w"/> <input type="hidden" name="ie" value="UTF-8"/> <input class="button" type="submit" name="sa" value="찾기"/> </td> </tr> </table> </form> </div> </div> </div> <div id="page"> <div id="intro-container"> <div class="container"> <div id="intro-wrapper"> <div id="intro"> <h1>Ruby는...</h1> <p> 단순함과 생산성에 초점을 둔 동적 오픈 소스 프로그래밍 언어입니다. 자연스럽게 읽히고 쓰기 쉬운 우아한 문법을 가지고 있습니다. </p> <a href="downloads/" class="download-link">Ruby 다운로드</a> 또는 <a href="about/">자세히 알아보기...</a> </div> <div id="code"><noscript><div class="highlight"><pre><code class="ruby"> <span class="c1"># Hello World 프로그램은</span> <span class="c1"># Ruby로 짜면</span> <span class="c1"># 간단합니다. 불필요한 것들:</span> <span class="c1">#</span> <span class="c1"># * &quot;main&quot; 메서드</span> <span class="c1"># * 줄 바꿈</span> <span class="c1"># * 세미콜론</span> <span class="c1">#</span> <span class="c1"># 코드는 이렇습니다:</span> <span class="nb">puts</span> <span class="s2">&quot;Hello World!&quot;</span> </code></pre></div></noscript></div> </div> </div> </div> <div id="main-wrapper" class="container"> <div id="main"> <div id="content-wrapper"> <!-- //--> <div id="content"> <div class="post"> <h3><a href="/web/20240802231840/https://www.ruby-lang.org/ko/news/2024/07/26/ruby-3-2-5-released/">Ruby 3.2.5 릴리스</a></h3> <p>Ruby 3.2.5가 릴리스되었습니다.</p> <p class="post-link"><a href="/web/20240802231840/https://www.ruby-lang.org/ko/news/2024/07/26/ruby-3-2-5-released/">자세히 읽기</a></p> <p class="post-info">작성자: nagachika (2024-07-26)</p> </div> <div class="post"> <h3><a href="/web/20240802231840/https://www.ruby-lang.org/ko/news/2024/07/16/dos-rexml-cve-2024-39908/">CVE-2024-39908: REXML의 DoS 취약점</a></h3> <p>REXML gem에서 DoS 취약점이 발견되었습니다. 이 취약점은 CVE 번호 <a href="https://web.archive.org/web/20240802231840/https://www.cve.org/CVERecord?id=CVE-2024-39908">CVE-2024-39908</a>로 등록되었습니다. REXML gem 업그레이드를 강하게 추천합니다.</p> <p class="post-link"><a href="/web/20240802231840/https://www.ruby-lang.org/ko/news/2024/07/16/dos-rexml-cve-2024-39908/">자세히 읽기</a></p> <p class="post-info">작성자: watson1978 (2024-07-16)</p> </div> <div class="post"> <h3><a href="/web/20240802231840/https://www.ruby-lang.org/ko/news/2024/07/09/ruby-3-3-4-released/">Ruby 3.3.4 릴리스</a></h3> <p>Ruby 3.3.4가 릴리스되었습니다.</p> <p class="post-link"><a href="/web/20240802231840/https://www.ruby-lang.org/ko/news/2024/07/09/ruby-3-3-4-released/">자세히 읽기</a></p> <p class="post-info">작성자: k0kubun (2024-07-09)</p> </div> <div class="post"> <h3><a href="/web/20240802231840/https://www.ruby-lang.org/ko/news/2024/06/12/ruby-3-3-3-released/">Ruby 3.3.3 릴리스</a></h3> <p>Ruby 3.3.3이 릴리스되었습니다.</p> <p class="post-link"><a href="/web/20240802231840/https://www.ruby-lang.org/ko/news/2024/06/12/ruby-3-3-3-released/">자세히 읽기</a></p> <p class="post-info">작성자: k0kubun (2024-06-12)</p> </div> <div id="news"> <h3>이전 뉴스</h3> <ul> <li> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/news/2024/05/30/ruby-3-3-2-released/">Ruby 3.3.2 릴리스</a><br> <span class="post-info">작성자: k0kubun (2024-05-30)</span> </li> <li> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/news/2024/05/30/datadog-oss-program/">Datadog가 ruby-lang.org의 OSS 커뮤니티 지원을 제공합니다</a><br> <span class="post-info">작성자: hsbt (2024-05-30)</span> </li> <li> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/news/2024/05/29/ruby-3-1-6-released/">Ruby 3.1.6 릴리스</a><br> <span class="post-info">작성자: hsbt (2024-05-29)</span> </li> <li> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/news/2024/05/16/dos-rexml-cve-2024-35176/">CVE-2024-35176: REXML의 DoS 취약점</a><br> <span class="post-info">작성자: kou (2024-05-16)</span> </li> <li> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/news/2024/05/16/ruby-3-4-0-preview1-released/">Ruby 3.4.0-preview1 릴리스</a><br> <span class="post-info">작성자: naruse (2024-05-16)</span> </li> <li> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/news/2024/04/23/ruby-3-3-1-released/">Ruby 3.3.1 릴리스</a><br> <span class="post-info">작성자: naruse (2024-04-23)</span> </li> </ul> <p class="more"> <a href="news/">뉴스 더보기...</a> </p> </div> </div> </div> <hr class="hidden-modern"/> <div id="sidebar-wrapper"> <div id="sidebar"> <div class="navigation"> <h3><strong>시작하기</strong></h3> <ul class="menu"> <li><a href="https://web.archive.org/web/20240802231840/https://try.ruby-lang.org/">Try Ruby!</a></li> <li><a href="/web/20240802231840/https://www.ruby-lang.org/ko/documentation/quickstart/">20분 가이드</a></li> <li><a href="/web/20240802231840/https://www.ruby-lang.org/ko/documentation/ruby-from-other-languages/">다른 언어에서 Ruby로</a></li> </ul> </div> <div class="navigation"> <h3><strong>탐색하기</strong></h3> <ul class="menu"> <li><a href="/web/20240802231840/https://www.ruby-lang.org/ko/documentation/">문서</a></li> <li><a href="https://web.archive.org/web/20240802231840/https://rubybib.org/">학술 연구</a></li> <li><a href="/web/20240802231840/https://www.ruby-lang.org/ko/libraries/">라이브러리</a></li> <li><a href="/web/20240802231840/https://www.ruby-lang.org/ko/documentation/success-stories/">사용 사례</a></li> </ul> </div> <div class="navigation"> <h3><strong>커뮤니티에 참여하기</strong></h3> <ul> <li><a href="/web/20240802231840/https://www.ruby-lang.org/ko/community/mailing-lists/">메일링 리스트</a>: 전 세계의 프로그래머와 Ruby와 관련된 대화를 나누기</li> <li><a href="/web/20240802231840/https://www.ruby-lang.org/ko/community/user-groups/">유저 그룹</a>: 근처의 루비스트와 연락하기</li> <li><a href="/web/20240802231840/https://www.ruby-lang.org/ko/community/weblogs/">웹로그</a>: Ruby 커뮤니티에서 지금 무슨 일이 일어나는지 읽기</li> <li><a href="/web/20240802231840/https://www.ruby-lang.org/ko/community/ruby-core/">Ruby 코어</a>: 최신 버전 Ruby의 연마를 돕기</li> <li><a href="https://web.archive.org/web/20240802231840/https://bugs.ruby-lang.org/">이슈 관리</a>: Ruby에 관한 이슈를 제보하거나 해결을 돕기</li> </ul> </div> <h3>구독</h3> <p><a href="/web/20240802231840/https://www.ruby-lang.org/ko/feeds/news.rss">최근 소식(RSS)</a></p> </div> </div> <hr class="hidden-modern"/> </div> </div> </div> <div class="container"> <div id="footer"> <div class="site-links"> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/" class="home">홈</a> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/downloads/">다운로드</a> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/documentation/">문서</a> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/libraries/">라이브러리</a> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/community/">커뮤니티</a> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/news/">뉴스</a> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/security/">보안</a> <a href="/web/20240802231840/https://www.ruby-lang.org/ko/about/">Ruby에 대해서</a> </div> <p> This site in other languages: <a href="/web/20240802231840/https://www.ruby-lang.org/bg/">Български</a>, <a href="/web/20240802231840/https://www.ruby-lang.org/de/">Deutsch</a>, <a href="/web/20240802231840/https://www.ruby-lang.org/en/">English</a>, <a href="/web/20240802231840/https://www.ruby-lang.org/es/">Español</a>, <a href="/web/20240802231840/https://www.ruby-lang.org/fr/">Français</a>, <a href="/web/20240802231840/https://www.ruby-lang.org/id/">Bahasa Indonesia</a>, <a href="/web/20240802231840/https://www.ruby-lang.org/it/">Italiano</a>, <a href="/web/20240802231840/https://www.ruby-lang.org/ja/">日本語</a>, <a href="/web/20240802231840/https://www.ruby-lang.org/ko/">한국어</a>, <a href="/web/20240802231840/https://www.ruby-lang.org/pl/">polski</a>, <a href="/web/20240802231840/https://www.ruby-lang.org/pt/">Português</a>, <a href="/web/20240802231840/https://www.ruby-lang.org/ru/">Русский</a>, <a href="/web/20240802231840/https://www.ruby-lang.org/tr/">Türkçe</a>, <a href="/web/20240802231840/https://www.ruby-lang.org/vi/">Tiếng Việt</a>, <a href="/web/20240802231840/https://www.ruby-lang.org/zh_cn/">简体中文</a>, <a href="/web/20240802231840/https://www.ruby-lang.org/zh_tw/">繁體中文</a>. </p> <p><a href="/web/20240802231840/https://www.ruby-lang.org/ko/about/website/">이 사이트</a>는 Ruby 커뮤니티의 구성원들이 직접 관리합니다.</p> </div> </div> </body> </html> <!-- FILE ARCHIVED ON 23:18:40 Aug 02, 2024 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 04:07:55 Dec 01, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.462 exclusion.robots: 0.033 exclusion.robots.policy: 0.024 esindex: 0.009 cdx.remote: 20.006 LoadShardBlock: 142.061 (3) PetaboxLoader3.datanode: 81.662 (5) PetaboxLoader3.resolve: 260.566 (3) load_resource: 320.861 (2) -->

Pages: 1 2 3 4 5 6 7 8 9 10