Method: ActiveSupport::Cache::WriteOptions#initialize
- Defined in:
- lib/active_support/cache.rb
#initialize(options) ⇒ WriteOptions
:nodoc:
1070 1071 1072 |
# File 'lib/active_support/cache.rb', line 1070 def initialize() # :nodoc: @options = end |