Method: Moab::FileManifestation#file_count
- Defined in:
- lib/moab/file_manifestation.rb
#file_count ⇒ Integer
Returns The total number of Moab::FileInstance objects in this manifestation. (Number of files that share this manifestation’s signature).
56 57 58 |
# File 'lib/moab/file_manifestation.rb', line 56 def file_count instances.size end |