GET
6 7 8
# File 'lib/wiki/stores/file.rb', line 6 def get_text(path) File.read path if File.exist? path end