aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/cmd/chws.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb/cmd/chws.rb')
-rw-r--r--lib/irb/cmd/chws.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/irb/cmd/chws.rb b/lib/irb/cmd/chws.rb
index 65c977016b..1889e75d5e 100644
--- a/lib/irb/cmd/chws.rb
+++ b/lib/irb/cmd/chws.rb
@@ -12,6 +12,7 @@
require "irb/cmd/nop.rb"
require "irb/ext/change-ws.rb"
+# :stopdoc:
module IRB
module ExtendCommand
@@ -29,4 +30,4 @@ module IRB
end
end
end
-
+# :startdoc: