- include . in RUBYLIB

This commit is contained in:
Jordan Sissel 2011-04-07 10:30:36 -07:00
parent fcce185e18
commit b6eeb0e905

View file

@ -4,6 +4,7 @@ require "rubygems"
# LogStash::Input::Amqp inherits Base, but we don't parse the base file.
# We need this, though.
$: << Dir.pwd
$: << File.join(File.dirname(__FILE__), "..", "lib")
class LogStashConfigDocGenerator