Project

General

Profile

Actions

Bug #854

closed

Rake::FileList#egrep が動かない

Added by okkez (okkez _) over 15 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
ruby -v:
Backport:

Description

=begin
以下のような Rakefile を作って Ruby1.9.1 preview2 で動かすと動きません。

Rakefile

coding: utf-8

desc 'aaa'
task :a do
p FileList['*.rb'].egrep(/require/)
end

カレントディレクトリに SJIS で書かれたファイルが存在する場合にこけました。
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0