Module: Tire::DSL
- Included in:
- Tire
- Defined in:
- lib/tire/dsl.rb
Instance Method Summary collapse
- #configure(&block) ⇒ Object
- #count(names, types, payload) ⇒ Object
- #index(name) ⇒ Object
- #search(names, types, payload) ⇒ Object
Instance Method Details
#configure(&block) ⇒ Object
5 6 7 |
# File 'lib/tire/dsl.rb', line 5 def configure(&block) Configuration.class_eval(&block) end |