aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/extend-command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb/extend-command.rb')
-rw-r--r--lib/irb/extend-command.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/irb/extend-command.rb b/lib/irb/extend-command.rb
index c10f9e63cf..a9326272ff 100644
--- a/lib/irb/extend-command.rb
+++ b/lib/irb/extend-command.rb
@@ -49,28 +49,18 @@ module IRB # :nodoc:
[:irb_print_working_workspace, OVERRIDE_ALL],
[:irb_cwws, OVERRIDE_ALL],
[:irb_pwws, OVERRIDE_ALL],
- # [:irb_cww, OVERRIDE_ALL],
- # [:irb_pww, OVERRIDE_ALL],
[:cwws, NO_OVERRIDE],
[:pwws, NO_OVERRIDE],
- # [:cww, NO_OVERRIDE],
- # [:pww, NO_OVERRIDE],
[:irb_current_working_binding, OVERRIDE_ALL],
[:irb_print_working_binding, OVERRIDE_ALL],
[:irb_cwb, OVERRIDE_ALL],
[:irb_pwb, OVERRIDE_ALL],
- # [:cwb, NO_OVERRIDE],
- # [:pwb, NO_OVERRIDE]
],
[:irb_change_workspace, :ChangeWorkspace, "irb/cmd/chws",
[:irb_chws, OVERRIDE_ALL],
- # [:irb_chw, OVERRIDE_ALL],
[:irb_cws, OVERRIDE_ALL],
- # [:irb_cw, OVERRIDE_ALL],
[:chws, NO_OVERRIDE],
- # [:chw, NO_OVERRIDE],
[:cws, NO_OVERRIDE],
- # [:cw, NO_OVERRIDE],
[:irb_change_binding, OVERRIDE_ALL],
[:irb_cb, OVERRIDE_ALL],
[:cb, NO_OVERRIDE]],
@@ -81,17 +71,13 @@ module IRB # :nodoc:
[:bindings, NO_OVERRIDE]],
[:irb_push_workspace, :PushWorkspace, "irb/cmd/pushws",
[:irb_pushws, OVERRIDE_ALL],
- # [:irb_pushw, OVERRIDE_ALL],
[:pushws, NO_OVERRIDE],
- # [:pushw, NO_OVERRIDE],
[:irb_push_binding, OVERRIDE_ALL],
[:irb_pushb, OVERRIDE_ALL],
[:pushb, NO_OVERRIDE]],
[:irb_pop_workspace, :PopWorkspace, "irb/cmd/pushws",
[:irb_popws, OVERRIDE_ALL],
- # [:irb_popw, OVERRIDE_ALL],
[:popws, NO_OVERRIDE],
- # [:popw, NO_OVERRIDE],
[:irb_pop_binding, OVERRIDE_ALL],
[:irb_popb, OVERRIDE_ALL],
[:popb, NO_OVERRIDE]],