Class: KodiDedup::Shows

Inherits:
Array
  • Object
show all
Defined in:
lib/kodi_dedup/classes/shows.rb

Instance Method Summary collapse

Constructor Details

#initialize(series) ⇒ Shows

Returns a new instance of Shows.



3
4
5
# File 'lib/kodi_dedup/classes/shows.rb', line 3

def initialize(series)
  super(series.map { |s| Show.new(s)})
end