1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/irb
kazu 38054f99aa Remove unnecessary :
Before:

`.../irb/init.rb:280: warning: :LoadError: cannot load such file -- hoge`

After:

`.../irb/init.rb:280: warning: LoadError: cannot load such file -- hoge`

[ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-12-12 15:01:07 +00:00
..
cmd
ext
lc
completion.rb
context.rb
extend-command.rb
frame.rb
help.rb
init.rb Remove unnecessary : 2017-12-12 15:01:07 +00:00
input-method.rb
inspector.rb
locale.rb Add uplevel keyword to Kernel#warn and use it 2017-12-12 11:56:25 +00:00
magic-file.rb
notifier.rb
output-method.rb
ruby-lex.rb
ruby-token.rb
slex.rb
src_encoding.rb
version.rb
workspace.rb Fix TOCTTOU and avoid to read existing unreadable file 2017-11-24 11:00:10 +00:00
ws-for-case-2.rb
xmp.rb