Method: IndexTank::Index#method_missing
- Defined in:
- lib/indextank/index.rb
#method_missing(sym, *args, &block) ⇒ Object
74 75 76 77 |
# File 'lib/indextank/index.rb', line 74 def method_missing(sym, *args, &block) refresh if .nil? [sym.to_s] end |