lib/tailor/file_line.rb in tailor-0.1.0 vs lib/tailor/file_line.rb in tailor-0.1.1
- old
+ new
@@ -1,8 +1,9 @@
+require 'logger'
+require 'rubygems'
require 'tailor/spacing'
require 'tailor/indentation'
-require 'logger'
require 'term/ansicolor'
module Tailor
# Calling modules will get the Ruby file to check, then read by line. This
@@ -143,10 +144,10 @@
def comment_line?
unless self.scan(/^\s*#/).empty?
return true
end
- return false
+ return false
end
##
# Checks to see if the whole line is only space characters.
#
\ No newline at end of file