Method: ActiveSupport::Cache::FileStore#exist?
- Defined in:
- lib/gems/activesupport-2.2.2/lib/active_support/cache/file_store.rb
#exist?(name, options = nil) ⇒ Boolean
45 46 47 48 |
# File 'lib/gems/activesupport-2.2.2/lib/active_support/cache/file_store.rb', line 45 def exist?(name, = nil) super File.exist?(real_file_path(name)) end |