Fix bug in Maruku.
This commit is contained in:
parent
e636d6fa32
commit
82e56697ee
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ module MaRuKu; module Strings
|
||||||
end
|
end
|
||||||
i+=1
|
i+=1
|
||||||
end
|
end
|
||||||
s[i, s.size-1]
|
s[i, s.size]
|
||||||
end
|
end
|
||||||
|
|
||||||
def dbg_describe_ary(a, prefix='')
|
def dbg_describe_ary(a, prefix='')
|
||||||
|
|
Loading…
Add table
Reference in a new issue