]> git.donarmstrong.com Git - biopieces.git/commitdiff
fiddleling with biopieces.rb
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Thu, 19 May 2011 13:49:59 +0000 (13:49 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Thu, 19 May 2011 13:49:59 +0000 (13:49 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1412 74ccb610-7750-0410-82ae-013aeee3265d

code_ruby/lib/maasha/biopieces.rb

index 8fa985d440107ccdd2042102512a1bdb14959c80..ca235318c815ea3021c65c74c1ad8ffd58155e55 100644 (file)
@@ -29,7 +29,6 @@ require 'date'
 require 'optparse'
 require 'open3'
 require 'pp'
-require 'maasha/filesys'
 
 # Biopieces are command line scripts and uses OptionParser to parse command line
 # options according to a list of casts. Each cast prescribes the long and short
@@ -40,7 +39,7 @@ require 'maasha/filesys'
 # the parsing and emitting of Biopiece records, which are ASCII text records consisting
 # of lines with a key/value pair separated by a colon and a white space ': '.
 # Each record is separated by a line with three dashes '---'.
-class Biopieces < Filesys
+class Biopieces
   include Enumerable
 
   attr_accessor :out # accessor for out stream _ios_