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