Module: Tracebin::Initializer
- Defined in:
- lib/tracebin/initializer.rb
Class Method Summary collapse
Class Method Details
.start! ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/tracebin/initializer.rb', line 4 def start! if forking_server? # This will not work yet. Tracebin::Agent.start! else Tracebin::Agent.start! end end |