Method: Watchdocs::Rails::Buffer::FileBuffer.exists?

Defined in:
lib/watchdocs/rails/buffer/file_buffer.rb

.exists?Boolean

Returns:

  • (Boolean)

32
33
34
# File 'lib/watchdocs/rails/buffer/file_buffer.rb', line 32

def exists?
  File.exist?(path_to_file)
end