Method: Condition::Storage::Db#exec_after
- Defined in:
- lib/condition/storage/db.rb
#exec_after(param_item) ⇒ Object
42 43 44 45 46 |
# File 'lib/condition/storage/db.rb', line 42 def exec_after(param_item) param_item..each do |key| @db.run key end end |