public Method

Breakpoint.use_drb?

Returns true when Breakpoints are used over DRb. Breakpoint.activate_drb causes this to be true.

Source Code

# File breakpoint.rb, line 437
def use_drb?
  @use_drb == true
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.