Class: Valanga::Music::Base
- Inherits:
-
Object
- Object
- Valanga::Music::Base
- Extended by:
- Forwardable
- Defined in:
- lib/valanga/music/base.rb
Instance Method Summary collapse
-
#initialize(music) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(music) ⇒ Base
Returns a new instance of Base.
8 9 10 |
# File 'lib/valanga/music/base.rb', line 8 def initialize(music) @music = music end |