Sha256: c7863325b49b70c774dd4f33b150d86c4e8173752ca24fe1ee1abd4d87b2d494
Contents?: true
Size: 170 Bytes
Versions: 1
Compression:
Stored size: 170 Bytes
Contents
# frozen_string_literal: true module Codebreaker class BaseEntity include Validation def initialize(*) validate end def validate; end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
codebreaker_manfly-0.1.2 | lib/codebreaker/base_entity.rb |