diff options
Diffstat (limited to 'lib/irb/inspector.rb')
-rw-r--r-- | lib/irb/inspector.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/irb/inspector.rb b/lib/irb/inspector.rb index ef16422991..50f6ebf383 100644 --- a/lib/irb/inspector.rb +++ b/lib/irb/inspector.rb @@ -3,10 +3,6 @@ # irb/inspector.rb - inspect methods # by Keiju ISHITSUKA(keiju@ruby-lang.org) # -# -- -# -# -# module IRB # :nodoc: |