hasimo (Tohru Hashimoto)
- Login: hasimo
- Email: sulky.to@gmail.com
- Registered on: 05/27/2010
- Last sign in: 02/23/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
06/08/2010
-
09:49 PM Ruby Bug #3410 (Closed): rubygems.rbで undefined method `path'
- =begin
rubygemsが動かないようです。
[root@localhost ~]# gem
/usr/local/lib/ruby/1.9.1/rubygems.rb:607:in `path': undefined method `path' for #<Gem::ConfigFile:0x00000012e25998> (NoMethodError)
from /usr/local/lib/ruby/1.9.1/rubyg...
05/27/2010
-
02:33 AM Ruby Bug #3347 (Closed): Dir.tmpdirが、filesystem encodingを返さない
- =begin
Tmpfile.newのbasenameをASCII以外の文字を渡すとエラーになるようです。
% ruby -ve "Tempfile.new('ほげ')" -rtempfile
ruby 1.9.2dev (2010-05-25 revision 28010) [x86_64-linux]
/home/sulky/.rvm/rubies/ruby-1...