Remove unneeded trailing semi-colons from Ruby files

This commit is contained in:
John Bampton
2022-10-26 23:48:27 +10:00
parent 7eb6d626f5
commit 7870409cf1
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ module MRuby
@list_path ||= "#{@build.build_dir}/presym".freeze
end
def header_dir;
def header_dir
@header_dir ||= "#{@build.build_dir}/include/mruby/presym".freeze
end
+1 -1
View File
@@ -686,7 +686,7 @@ end
# assert_nothing_raised(SystemStackError, bug10847) do
# 0.3.numerator
# end
# end;
# end
#end
assert 'Module#prepend to frozen class' do
+2 -2
View File
@@ -507,8 +507,8 @@ assert('String#replace', '15.2.10.5.28') do
b = 'abc' * 10
c = ('cba' * 10).dup
b.replace(c);
c.replace(b);
b.replace(c)
c.replace(b)
assert_equal c, b
# shared string