Sha256: 266677af3d5ef6aad373ca04245ef00d9205d735568ca95d0a190ab17394eb69
Contents?: true
Size: 425 Bytes
Versions: 4
Compression:
Stored size: 425 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 separation of two other models/sections. class Separator acts_as_hashable def initialize(*); end end end end
Version data entries
4 entries across 4 versions & 1 rubygems