Module: SQLean::FileIO
- Defined in:
- lib/sqlean.rb
Overview
Class Method Summary collapse
-
.to_path ⇒ Object
Returns an absolute path to the SQLean fileio extension.
Class Method Details
.to_path ⇒ Object
Returns an absolute path to the SQLean fileio extension.
36 37 38 |
# File 'lib/sqlean.rb', line 36 def self.to_path SQLean.file_path("fileio") end |