public Method

Breakpoint.deactivate_drb

Deactivates a running Breakpoint service.

Source Code

# File breakpoint.rb, line 428
def deactivate_drb
  @service.stop_service unless @service.nil?
  @service = nil
  @use_drb = false
  @drb_service = nil
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.