Class: TuneYard::DefaultPlayer

Inherits:
BasePlayer
  • Object
show all
Defined in:
lib/tune_yard/player.rb

Instance Method Summary collapse

Methods inherited from BasePlayer

#method_missing, #run, #stop

Constructor Details

#initializeDefaultPlayer

Returns a new instance of DefaultPlayer.



48
49
50
# File 'lib/tune_yard/player.rb', line 48

def initialize
  super "localhost", 4555, Queue.new, 5, Module.new
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class TuneYard::BasePlayer