From aede8571f4811523c2e8cfc0ceb86f1d328ad9ae Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Sat, 23 Apr 2005 15:25:21 +0000 Subject: [PATCH] Comment fix. --- ChangeLog | 5 ++++- lib/redact/app.rb | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index cd36f26..0f43954 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ -- -$Id: ChangeLog 29 2005-04-16 15:59:07Z tilman $ +$Id: ChangeLog 30 2005-04-23 15:25:21Z tilman $ ++ +2005-04-23 Tilman Sauerbeck (tilman at code-monkey de) + * lib/redact/app.rb: Comment fix + 2005-04-16 Tilman Sauerbeck (tilman at code-monkey de) * lib/redact/part.rb: Added border_fill_middle attribute to ImageDescription diff --git a/lib/redact/app.rb b/lib/redact/app.rb index 7217516..351897e 100644 --- a/lib/redact/app.rb +++ b/lib/redact/app.rb @@ -1,5 +1,5 @@ #-- -# $Id: app.rb 7 2005-03-28 16:27:18Z tilman $ +# $Id: app.rb 30 2005-04-23 15:25:21Z tilman $ # # Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de) # @@ -206,7 +206,7 @@ EOT method = (sane == @filename) ? :unshift : :push s.send(method, SourceFile.new(sane, value.join)) - # include files that are with File.read, too + # include files that are read with File.read, too value.join.grep(/File\.read\(\"(.+)\"\)/) do sane = Pathname.new($1).cleanpath.to_s s << SourceFile.new(sane, File.read(sane)) -- 2.30.2