cleanup after prev commit

This commit is contained in:
Dmitriy Zaporozhets 2012-04-05 01:58:23 +03:00
parent 80ddd2c09d
commit 6e2a6d925f
2 changed files with 0 additions and 8 deletions

View file

@ -1,4 +1,3 @@
require 'benchmark'
require "base64"
class CommitsController < ApplicationController

View file

@ -40,13 +40,6 @@ Grit::GitRuby::Internal::RawObject.class_eval do
content.force_encoding("UTF-8")
end
end
def z_binary?(string)
string.each_byte do |x|
x.nonzero? or return true
end
false
end
end