Class: Sound

Inherits:
Gosu::Sample
  • Object
show all
Defined in:
lib/rubyhop.rb

Instance Method Summary collapse

Constructor Details

#initialize(filename) ⇒ Sound

Returns a new instance of Sound.



12
13
14
# File 'lib/rubyhop.rb', line 12

def initialize filename
  super Rubyhop.instance, get_my_file(filename)
end