Method: FakeFS::Pathname#size
- Defined in:
- lib/fakefs/pathname.rb
#size ⇒ Object
See FileTest.size.
875 876 877 |
# File 'lib/fakefs/pathname.rb', line 875 def size FileTest.size(@path) end |
See FileTest.size.
875 876 877 |
# File 'lib/fakefs/pathname.rb', line 875 def size FileTest.size(@path) end |