Module: Gbv

Defined in:
lib/gbv.rb,
lib/gbv/version.rb

Defined Under Namespace

Classes: SongFetcher

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.fetch_song(title) ⇒ Object



6
7
8
9
# File 'lib/gbv.rb', line 6

def self.fetch_song(title)
  @song_fetcher = SongFetcher.fetch_song(title)
  @song_fetcher
end