Method: FWC::Summary#initialize
- Defined in:
- lib/fwc.rb
#initialize(matcher) ⇒ Summary
Returns a new instance of Summary.
110 111 112 113 |
# File 'lib/fwc.rb', line 110 def initialize matcher @matcher = matcher @groups = {} end |
Returns a new instance of Summary.
110 111 112 113 |
# File 'lib/fwc.rb', line 110 def initialize matcher @matcher = matcher @groups = {} end |