Merge pull request #5830 from jbampton/remove-semi-colons-ruby

Remove unneeded trailing semi-colons from Ruby files
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-10-27 00:28:54 +09:00
committed by GitHub
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