# File lib/webby/auto_builder.rb, line 131 def start return if running? @running = true @thread = Thread.new {@server.start} end