command_name
7 8 9 10 11 12 13
# File 'lib/jun/cli/commands/server.rb', line 7 def process(*args) if Jun.root system("rerun --background -- rackup -p 6291") else abort("Command \"#{self.class.command_name}\" must be run inside of a Jun app.") end end