Rename miracle, valerie, humperdink, and albino.
[melted] / mlt++ / swig / ruby / miracle.rb
diff --git a/mlt++/swig/ruby/miracle.rb b/mlt++/swig/ruby/miracle.rb
deleted file mode 100755 (executable)
index 1340a6c..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env ruby
-
-require 'mltpp'
-
-def command 
-       puts "command"
-end
-
-def push 
-       puts "push"
-end
-
-miracle = Mltpp::Miracle.new( "miracle-ruby", 5260 )
-miracle.start
-miracle.execute( "uadd sdl" )
-listener = Mltpp::Listener.new( miracle, "command-received", method( :command ) )
-listener = Mltpp::Listener.new( miracle, "push-received", method( :push ) )
-miracle.wait_for_shutdown
-