Class: Bookbinder::LocalFileSystemAccessor
- Inherits:
-
Object
- Object
- Bookbinder::LocalFileSystemAccessor
- Defined in:
- lib/bookbinder/local_file_system_accessor.rb
Instance Method Summary collapse
Instance Method Details
#file_exist?(path) ⇒ Boolean
4 5 6 |
# File 'lib/bookbinder/local_file_system_accessor.rb', line 4 def file_exist?(path) File.exist?(path) end |