rubocop autocorrect: Fix empty method definition
This commit is contained in:
parent
35bef89588
commit
a67e5297c2
|
@ -42,8 +42,7 @@ module FakeFS
|
||||||
class File
|
class File
|
||||||
# FakeFS doesn't implement. And since we don't need to actually lock,
|
# FakeFS doesn't implement. And since we don't need to actually lock,
|
||||||
# just stub out...
|
# just stub out...
|
||||||
def flock(*)
|
def flock(*); end
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue