aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/breakpoint_client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/breakpoint_client.rb')
-rw-r--r--railties/lib/breakpoint_client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/breakpoint_client.rb b/railties/lib/breakpoint_client.rb
index d651b0f8a8..36b7469e88 100644
--- a/railties/lib/breakpoint_client.rb
+++ b/railties/lib/breakpoint_client.rb
@@ -81,7 +81,7 @@ end
Options[:ServerURI] = ARGV[0] if ARGV[0]
-module Handlers
+module Handlers #:nodoc:
extend self
def breakpoint_handler(workspace, message)