diff options
Diffstat (limited to 'lib/irb/cmd/chws.rb')
-rw-r--r-- | lib/irb/cmd/chws.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/irb/cmd/chws.rb b/lib/irb/cmd/chws.rb index e9f257791c..b28c090686 100644 --- a/lib/irb/cmd/chws.rb +++ b/lib/irb/cmd/chws.rb @@ -13,8 +13,9 @@ require_relative "nop" require_relative "../ext/change-ws" -# :stopdoc: module IRB + # :stopdoc: + module ExtendCommand class CurrentWorkingWorkspace < Nop @@ -30,5 +31,6 @@ module IRB end end end + + # :startdoc: end -# :startdoc: |