summaryrefslogtreecommitdiff
path: root/lib/irb/cmd/pushws.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb/cmd/pushws.rb')
-rw-r--r--lib/irb/cmd/pushws.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/irb/cmd/pushws.rb b/lib/irb/cmd/pushws.rb
index 612157d8a0..791d8f8dbb 100644
--- a/lib/irb/cmd/pushws.rb
+++ b/lib/irb/cmd/pushws.rb
@@ -13,8 +13,9 @@
require_relative "nop"
require_relative "../ext/workspaces"
-# :stopdoc:
module IRB
+ # :stopdoc:
+
module ExtendCommand
class Workspaces < Nop
def execute(*obj)
@@ -36,5 +37,6 @@ module IRB
end
end
end
+
+ # :startdoc:
end
-# :startdoc: