module Refinery::Search
Attributes
root[W]
Public Class Methods
root()
click to toggle source
# File lib/refinery/search.rb, line 13 def root @root ||= Pathname.new(File.expand_path('../../../', __FILE__)) end