]> git.donarmstrong.com Git - biopieces.git/blobdiff - code_ruby/lib/maasha/filesys.rb
smoothed ruby code to get rid of warnings
[biopieces.git] / code_ruby / lib / maasha / filesys.rb
index b3b450a9aefd653a53f8d80a9647a2e231f372c5..00530d655720eaa7e82f51f6ece33353527ae8d8 100644 (file)
@@ -84,8 +84,8 @@ class Filesys
   end
 
   # Method to puts directoy on Filesys objects.
-  def puts *args
-    @io.puts *args
+  def puts(*args)
+    @io.puts(*args)
   end
 
   private