Method: FakeFS::Pathname#size

Defined in:
lib/fakefs/pathname.rb

#sizeObject

See FileTest.size.



875
876
877
# File 'lib/fakefs/pathname.rb', line 875

def size
  FileTest.size(@path)
end