lib/tracksperanto/ext_io.rb in tracksperanto-2.8.6 vs lib/tracksperanto/ext_io.rb in tracksperanto-2.9.0
- old
+ new
@@ -1,5 +1,6 @@
+# -*- encoding : utf-8 -*-
# Many importers use this as a standard. This works like a wrapper for any
# IO object with a couple extra methods added. Note that if you use this in an
# importer you need to wrap the incoming input with it yourself (that is, an IO passed
# to the import module will NOT be wrapped into this already)
#
@@ -27,6 +28,6 @@
return nil if line.nil?
s = line.strip
return s unless s.empty?
end
end
-end
\ No newline at end of file
+end