Sha256: c0497bcca626c7779bb5c00a6c9219f7199223d9a0f46965df9c9f4b47f41d93
Contents?: true
Size: 274 Bytes
Versions: 2
Compression:
Stored size: 274 Bytes
Contents
# frozen_string_literal: true require 'yaml' require 'json' require 'highline_wrapper' files = "#{File.expand_path(File.join(File.dirname(File.absolute_path(__FILE__)), 'git_helper'))}/**/*.rb" Dir[files].each do |file| require_relative file end module GitHelper; end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
git_helper-3.6.1 | lib/git_helper.rb |
git_helper-3.6.0 | lib/git_helper.rb |