Top Level Namespace

Defined Under Namespace

Modules: Chewy Classes: SearchIndexReceiver

Instance Method Summary collapse

Instance Method Details

#try_require(path) ⇒ Object



24
25
26
27
28
# File 'lib/chewy.rb', line 24

def try_require(path)
  require path
rescue LoadError
  nil
end