straggler, creating empty module so it is defined, so classes later can be created as class Solr::ClassName

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@501321 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-01-30 06:28:02 +00:00
parent a877d34a49
commit 05d7b69626
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
module Solr; end
require 'solr/exception'
require 'solr/request'
require 'solr/connection'