2012年1月15日 ... 2012-01-15: githubのWiki(https://github.com/ruby-no-kai/official/wiki )に移行しま した。 このWikiのページはすべて凍結しました。以後は、github ...
Link: jp.rubyist.net
$ ruby ex1.rb ex1.rb:10:in `f3': undefined local variable or method `foobar' for main:Object (NameError) from ex1.rb:6:in `f2' from ex1.rb:2:in `f1' from ex1.rb:13
test/ attributes definitions files libraries metadata.rb providers README.rdoc recipes resources templates
Release progress Keyword arg Lazy Refinements Dtrace GC require Notes & other features Stable version
I've known Ruby since she was just 4 or 5 years old. Of course, I knew her parents, Smalltalk and Perl, and had a nodding acquaintance with Aunt Clu, so I knew she was in good hands. I watched with pleasure as she took her first tentative steps into the wide world. Even as a young lan...
Ruby 2.0.0 was released at 2/24/2013 (Ruby 2.0.0-p0 is released ). Please check the official news for basic information such as how to download the source code. Here's a highlight of the new features quoted from the news: Language core featuresKeyword arguments, which give flexibility...
Rubyist Hotlinks 【第 31 回】 樽家昌也さん Rubyist へのインタビュー企画。今回はたるいさんにお話を伺いました。(難易度:ポケコン) Ruby 2.0.0 リリース特集 編集:ささだ 2013 年 2 月 24 日に Ruby 2.0.0 がリリースされました。しかし、何が変わったか、あまり情報がまとまっていないのが実情です。そこで、Ruby 開発者の人たちに Ruby 2.0.0 の機能や改善についてご紹介頂き、特集記事としてまとめました。 このページは各記事の紹介と、著名 Rubyist によるコメントを掲載しています。(難易度:移...
open(path, "r:Shift_JIS") {|f| p [f.external_encoding, f.internal_encoding] } #=> [#<Encoding:Shift_JIS>, nil] open(path, "r:Shift_JIS:EUC-JP") {|f| p [f.external_encoding, f.internal_encoding] } #=> [#<Encoding:Shift_JIS>, #<Encoding:EUC-JP>] open(path, "r", :encoding => "Shift_JIS")...
test/ attributes definitions files libraries metadata.rb providers README.rdoc recipes resources templates