20 21 22 23
# File 'lib/mindmap/cli.rb', line 20 def server trap(:INT) { exit } run('rackup', verbose: false) end