Method: ActiveSupport::Cache::WriteOptions#version=

Defined in:
activesupport/lib/active_support/cache.rb

#version=(version) ⇒ Object



1077
1078
1079
# File 'activesupport/lib/active_support/cache.rb', line 1077

def version=(version)
  @options[:version] = version
end