Skip to content

Commit

Permalink
undoes one of the modifications to RDoc::Parser.binary?
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Aug 7, 2010
1 parent 5aec933 commit 78c7705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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
Expand Down

0 comments on commit 78c7705

Please sign in to comment.