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