Forgot to require config in song.rb
This commit is contained in:
parent
f8ff6ba92a
commit
bbcf381c6b
|
@ -2,6 +2,8 @@
|
||||||
# By Matthieu Grieger
|
# By Matthieu Grieger
|
||||||
# song.rb
|
# song.rb
|
||||||
|
|
||||||
|
require_relative "config"
|
||||||
|
|
||||||
# Base Song class that defines default behavior for any kind of song.
|
# Base Song class that defines default behavior for any kind of song.
|
||||||
class Song
|
class Song
|
||||||
|
|
||||||
|
|
Reference in a new issue