Module: Refinery::Search
- Defined in:
- lib/refinery/search.rb,
lib/refinery/search/engine.rb
Defined Under Namespace
Classes: Engine
Class Attribute Summary collapse
Class Method Summary collapse
Class Attribute Details
.root ⇒ Object
13 14 15 |
# File 'lib/refinery/search.rb', line 13 def root @root ||= Pathname.new(File.('../../../', __FILE__)) end |
Class Method Details
.configure {|_self| ... } ⇒ Object
17 18 19 |
# File 'lib/refinery/search.rb', line 17 def configure yield self end |