Remove File#flush (it is implemented by StringIO)

This commit is contained in:
Scott Taylor 2009-11-08 01:06:34 -05:00
parent 2877f7d4c1
commit 9e7e71b166

View File

@ -221,8 +221,6 @@ module FakeFS
true true
end end
def flush; self; end
alias_method :tell=, :pos= alias_method :tell=, :pos=
undef_method :closed_read? undef_method :closed_read?