Sha256: a85db6d26484df5fe1182cffa5966c73024c97fcc1359243e06b4b3d89bfad59
Contents?: true
Size: 519 Bytes
Versions: 1
Compression:
Stored size: 519 Bytes
Contents
# frozen_string_literal: true # # Copyright (c) 2018-present, Blue Marble Payroll, LLC # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. # require 'yaml' require 'pry' require 'simplecov' require 'simplecov-console' SimpleCov.formatter = SimpleCov::Formatter::Console SimpleCov.start require './lib/proforma' def yaml_read(file) # rubocop:disable Security/YAMLLoad YAML.load(File.open(file)) # rubocop:enable Security/YAMLLoad end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
proforma-1.0.0.pre.alpha | spec/spec_helper.rb |