Method: Deplate::Listings#initialize
- Defined in:
- lib/deplate/counters.rb
#initialize(deplate) ⇒ Listings
Returns a new instance of Listings.
193 194 195 196 |
# File 'lib/deplate/counters.rb', line 193 def initialize(deplate) @deplate = deplate @listings = {} end |