Sha256: 1f6dcf77f61a0fd75b00ddb3a3d60f786ee5b3c5ffe025fb4964177c26f766f3
Contents?: true
Size: 280 Bytes
Versions: 9
Compression:
Stored size: 280 Bytes
Contents
# encoding: utf-8 if RUBY_ENGINE == 'rbx' require "codeclimate-test-reporter" CodeClimate::TestReporter.start end require 'rom-yaml' begin require 'byebug' rescue LoadError end root = Pathname(__FILE__).dirname Dir[root.join('shared/*.rb').to_s].each { |f| require f }
Version data entries
9 entries across 9 versions & 1 rubygems