Remove File#flush (it is implemented by StringIO)
This commit is contained in:
parent
2877f7d4c1
commit
9e7e71b166
@ -221,8 +221,6 @@ module FakeFS
|
||||
true
|
||||
end
|
||||
|
||||
def flush; self; end
|
||||
|
||||
alias_method :tell=, :pos=
|
||||
|
||||
undef_method :closed_read?
|
||||
|
Loading…
Reference in New Issue
Block a user