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