clean-up code
* Remove trailing whitespace * Converts hard-tabs into two-space soft-tabs * Remove consecutive blank lines
This commit is contained in:
parent
f6a67fbad5
commit
d62200cad4
112 changed files with 1408 additions and 1437 deletions
|
@ -1,8 +1,8 @@
|
|||
module Utils
|
||||
module FileHelper
|
||||
def binary?(string)
|
||||
def binary?(string)
|
||||
string.each_byte do |x|
|
||||
x.nonzero? or return true
|
||||
x.nonzero? or return true
|
||||
end
|
||||
false
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue