Method: Bio::Command::Tmpdir::Remover#initialize
- Defined in:
- lib/bio/command.rb
#initialize(data) ⇒ Remover
Internal use only. Users should not call this method.
637 638 639 640 |
# File 'lib/bio/command.rb', line 637 def initialize(data) @pid = $$ @data = data end |