Class: Bookbinder::LocalFileSystemAccessor

Inherits:
Object
  • Object
show all
Defined in:
lib/bookbinder/local_file_system_accessor.rb

Instance Method Summary collapse

Instance Method Details

#file_exist?(path) ⇒ Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/bookbinder/local_file_system_accessor.rb', line 4

def file_exist?(path)
  File.exist?(path)
end