Sha256: bbe5d4f2bdc8d14917e62f221ce19e3a3ddebf9254c135d268457d52e210c8c3
Contents?: true
Size: 328 Bytes
Versions: 4
Compression:
Stored size: 328 Bytes
Contents
# frozen_string_literal: true require "base64" module NeetoCompliance class NeetoCommons def self.path @@_neeto_commons_path ||= get_path end def self.get_path path = `bundle info neeto-commons-backend`.split(" ").last Pathname.new(path).join("lib", "neeto_commons_backend") end end end
Version data entries
4 entries across 4 versions & 2 rubygems