Sha256: 646f5b3d0fa506d34c38fc1da4393f4f1c76bd0bebce6853b9b0283a6b287ce2
Contents?: true
Size: 424 Bytes
Versions: 4
Compression:
Stored size: 424 Bytes
Contents
# frozen_string_literal: true # # Copyright (c) 2019-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. # module Proforma module Modeling # An object modeling of the notion of spacing between two other models/sections. class Spacer acts_as_hashable def initialize(*); end end end end
Version data entries
4 entries across 4 versions & 1 rubygems