Method: Bio::Command::Tmpdir#path
- Defined in:
- lib/bio/command.rb
#path ⇒ Object
Path to the temporay directory
- Returns
-
String
678 679 680 |
# File 'lib/bio/command.rb', line 678 def path @path || raise(IOError, 'removed temporary directory') end |