aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index aab4f5f2f5..ceb0e832b3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -17,7 +17,7 @@ def hijack_rdoc!
if s[0, 2] == Marshal.dump('')[0, 2] then
true
- elsif file =~ /\.erb\.rb$/ then # ORIGINAL is file =~ /erb\.rb$/
+ elsif file =~ /erb\.rb$/ then
false
elsif s.index("\x00") then # ORIGINAL is s.scan(/<%|%>/).length >= 4 || s.index("\x00")
true