Libraries
»
fakefs
(3.0.3)
»
Index
»
FakeFS
»
FakeFile
»
#content=
Method: FakeFS::FakeFile#content=
Defined in:
lib/fakefs/fake/file.rb
#
content=
(str) ⇒
Object
25 26 27
# File 'lib/fakefs/fake/file.rb', line 25
def
content=
(
str
)
@inode
.
content
=
str
end