12 13 14
# File 'lib/noteable.rb', line 12 def self.open id exec "subl #{parse_files.find { |note| note.filepath.id == id.to_i }.filepath.filepath}" end