Method: Bio::Command::Wrapper#initialize
- Defined in:
- lib/wrapper.rb
#initialize(binary = nil, options = {}) ⇒ Object
41 42 43 44 45 46 47 |
# File 'lib/wrapper.rb', line 41 def initialize(binary=nil, ={}) @program = binary || self.class.program = @params = {} @pipe_ahead = [] @path = .delete(:path) || "." end |