It would be nice to be able to use this from a ruby application, and not depend on using `bundle exec` Something that would allow the following: ``` require 'protoc' `PROTOC_PATH -I . --ruby_out . my_messages.proto` ```