]> git.donarmstrong.com Git - biopieces.git/blobdiff - code_ruby/lib/maasha/filesys.rb
got rid of type in filesys.rb
[biopieces.git] / code_ruby / lib / maasha / filesys.rb
index 00530d655720eaa7e82f51f6ece33353527ae8d8..bed11f023d13506d84df3ec7ea1b81058612269d 100644 (file)
@@ -65,10 +65,8 @@ class Filesys
     end
   end
 
-  # TODO figure out what type is for.
-  def initialize(io, type=nil)
-    @io   = io
-    @type = type
+  def initialize(io)
+    @io = io
   end
 
   # Method to close ios.