Module: Excom::Plugins::Caching
- Defined in:
- lib/excom/plugins/caching.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
5 6 7 8 9 |
# File 'lib/excom/plugins/caching.rb', line 5 def execute(*) return super if block_given? || !executed? self end |