Class: Faml::Stats
- Inherits:
-
Object
- Object
- Faml::Stats
- Defined in:
- lib/faml/stats.rb
Defined Under Namespace
Classes: Info
Instance Method Summary collapse
-
#initialize(*paths) ⇒ Stats
constructor
A new instance of Stats.
- #report ⇒ Object
Constructor Details
#initialize(*paths) ⇒ Stats
Returns a new instance of Stats.
30 31 32 |
# File 'lib/faml/stats.rb', line 30 def initialize(*paths) @files = find_files(paths) end |