Module: Excom::Plugins::Caching::Extension
- Defined in:
- lib/excom/plugins/caching.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
11 12 13 14 15 |
# File 'lib/excom/plugins/caching.rb', line 11 def execute(*) return super if block_given? || !executed? self end |