Method: Xdrp::Player#play

Defined in:
lib/xdrp.rb

#playObject



209
210
211
212
213
214
215
216
# File 'lib/xdrp.rb', line 209

def play()

  @doc.root.elements.each do |e|
    puts 'e: ' + e.xml.inspect if @debug
    method('xdo_' + e.name.to_s).call(e.text || e.attributes)
  end

end