Method: Bio::FlatFile::BufferedInputStream#path
- Defined in:
- lib/bio/io/flatfile/buffer.rb
#path ⇒ Object (readonly)
Pathname, filename or URI to open the object. Like File#path, returned value isn’t normalized.
87 88 89 |
# File 'lib/bio/io/flatfile/buffer.rb', line 87 def path @path end |