diff options
Diffstat (limited to 'lib/irb/extend-command.rb')
-rw-r--r-- | lib/irb/extend-command.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/irb/extend-command.rb b/lib/irb/extend-command.rb index fd8ea7d5b2..6446c48ef8 100644 --- a/lib/irb/extend-command.rb +++ b/lib/irb/extend-command.rb @@ -3,10 +3,7 @@ # irb/extend-command.rb - irb extend command # by Keiju ISHITSUKA([email protected]) # -# -- -# -# -# + module IRB # :nodoc: # Installs the default irb extensions command bundle. module ExtendCommandBundle |