1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix typo [ci skip]

This error does not happen right now so this typo is
not serious, unless you locally edit insns.def.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2018-09-20 05:31:51 +00:00
parent ce079f1651
commit d6d444d6b2

View file

@ -43,7 +43,7 @@ class RubyVM::Scanner
def scan! re
scan re or raise sprintf "parse error at %s:%d near:\n %s...", \
@__FILE__, @__LINE__, @str[pos, 32]
@__FILE__, @__LINE__, @str[@pos, 32]
end
def [] key