51 52 53
# File 'lib/asciimo.rb', line 51 def get(file, callback) callback.call(File.read File.join(Asciimo::HOME, file)) end