lib/network.rb in forj-0.0.11 vs lib/network.rb in forj-0.0.12

- old
+ new

@@ -12,9 +12,11 @@ # 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. +require 'require_relative' + require_relative 'connection.rb' include Connection module Network \ No newline at end of file