Module: TwiStream
- Defined in:
- lib/twistream.rb,
lib/twistream/event.rb,
lib/twistream/client.rb,
lib/twistream/event_handler.rb
Defined Under Namespace
Modules: EventHandler Classes: AuthenticationError, Client, Event
Constant Summary collapse
- LOG =
::Logger.new(STDOUT)
- LIBPATH =
::File.(::File.dirname(__FILE__)) + ::File::SEPARATOR
- PATH =
::File.dirname(LIBPATH) + ::File::SEPARATOR
- VERSION =
::File.exist?(PATH + 'VERSION') ? ::File.read(PATH+'VERSION') : '0'