Method: Editus::FileLib.read

Defined in:
lib/editus/file.rb

.read(path) ⇒ Object



8
9
10
# File 'lib/editus/file.rb', line 8

def read path
  instance.create_file_if_not_exists(path)
end