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