Class: Etna::Filesystem::Mock::MockStat
- Inherits:
-
Object
- Object
- Etna::Filesystem::Mock::MockStat
- Defined in:
- lib/etna/filesystem.rb
Instance Method Summary collapse
-
#initialize ⇒ MockStat
constructor
A new instance of MockStat.
- #size ⇒ Object
Constructor Details
#initialize ⇒ MockStat
Returns a new instance of MockStat.
424 425 |
# File 'lib/etna/filesystem.rb', line 424 def initialize end |
Instance Method Details
#size ⇒ Object
427 428 429 |
# File 'lib/etna/filesystem.rb', line 427 def size 0 end |