module DetektorFm

Constants

VERSION

Public Class Methods

most_played_artist_overall() click to toggle source
# File lib/detektorfm.rb, line 7
def self.most_played_artist_overall
  Stream.new.most_played_artist
end