iwadon (Hiroyuki Iwatsuki)
- Login: iwadon
- Email: don@na.rim.or.jp
- Registered on: 06/03/2008
- Last sign in: 10/30/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
01/09/2013
-
05:03 AM Ruby Bug #7674: Document for using Struct.new with block
- =begin
Thank you for the comment! I understood.
$ ruby -e "p Struct.new(:x){|c| p(c, self)}"
#<Class:0x007f8f738b9d90>
#<Class:0x007f8f738b9d90>
#<Class:0x007f8f738b9d90>
I updated the patch.
=end
01/08/2013
-
06:31 PM Ruby Bug #7674 (Closed): Document for using Struct.new with block
- I wrote the document for using Struct.new with block.
04/13/2011
-
11:37 PM Ruby Bug #4575 (Closed): FileUtils.touch の出力が気になる
- =begin
些細な話ですが、FileUtils.touchにnocreateとverboseのオプションを付けた時に出力されるメッセージで、オプションとファイル名が連結して表示されるのが気になります。
irb(main):001:0> RUBY_DESCRIPTION
=> "ruby 1.9.3dev (2011-04-13 trunk 31269) [x86_64-darwin10.7.0]"
irb(main):002:0> require "f...