ruby binding clean-up
1. Because you will never need to run two servers per RubyVM, I have removed
the Ebb::Server class. It is replaced with Ebb.start_server. This has allowed
me to simplify ebb_ruby.c much.
2. Two allow for ebb_merb or other executables I've moved the option parsing
into Ebb::Runner. Check out bin/ebb_rails to see the cute API (if i do say so
myself) for adding options to the runner.
3. I've done away with the Daemonizable include and moved the logic into the
the new Runner class.