Sha256: afae5aa39ae536523002d8775f724a05bf693763aa5a8e4b7b006fa976afe91c
Contents?: true
Size: 920 Bytes
Versions: 12
Compression:
Stored size: 920 Bytes
Contents
# Copyright 2011 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. include Java require 'vertx/buffer' require 'vertx/event_bus' # This is the module for vertx related feature like EventBus and SharedData, # these features are built into jubilee server, by requiring 'vertx' in your # rack application, you get access to the functionalities offered by vertx # platform. module Vertx end
Version data entries
12 entries across 12 versions & 1 rubygems