Method: FileStore.exists?

Defined in:
lib/wiki/stores/file.rb

.exists?(path) ⇒ Boolean

Returns:



49
50
51
# File 'lib/wiki/stores/file.rb', line 49

def exists?(path)
  File.exists?(path)
end