# File lib/ramaze/bin/start.rb, line 217 def start_server(rackup_path, rackup_config, *params) exec('ruby', rackup_path, rackup_config, *params) end