Skip to content

Commit d4fccb6

Browse files
committed
Fix Rubocop's warnings
1 parent fbbb7d0 commit d4fccb6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/range/overlap_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@
8686
('c'..'e').overlap?('a'...'c').should == false
8787
end
8888
end
89-
end
89+
end

library/irb/fixtures/irb.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
a = 10
22

3-
binding.irb
3+
binding.irb # rubocop:disable Lint/Debugger

optional/capi/struct_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,4 @@
257257
end
258258
end
259259
end
260-
end
260+
end

0 commit comments

Comments
 (0)