Sha256: 0f070ba9e9d38343d0110613976bc7474027c8fb5990c3d7470b63a562135db3
Contents?: true
Size: 255 Bytes
Versions: 50
Compression:
Stored size: 255 Bytes
Contents
# frozen_string_literal: true module Ree::Contracts module Core def self.included(base) common(base) end def self.extended(base) common(base) end def self.common(base) base.extend(Contractable) end end end
Version data entries
50 entries across 50 versions & 1 rubygems