Top Level Namespace
Defined Under Namespace
Modules: Chewy Classes: SearchIndexReceiver
Instance Method Summary collapse
Instance Method Details
#try_require(path) ⇒ Object
25 26 27 28 29 |
# File 'lib/chewy.rb', line 25 def try_require(path) require path rescue LoadError nil end |