Sha256: 09352bc7ff7e9782838ca926de12dcf6269b9af3c1ae83220d2fd719908b8856
Contents?: true
Size: 522 Bytes
Versions: 6
Compression:
Stored size: 522 Bytes
Contents
# encoding: UTF-8 # frozen_string_literal: true # Definitions # ======================================================================= # This class doesn't do *anything*... at least not yet. It serves as a marker # for classes that are data (which must be {NRSER::Props}). # # @example Testing Membership # object.is_a? QB::Data # module QB module Data end; end # module QB::Data # Post-Processing # ======================================================================== require_relative './data/immutable'
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
qb-0.4.5 | lib/qb/data.rb |
qb-0.4.4 | lib/qb/data.rb |
qb-0.4.3 | lib/qb/data.rb |
qb-0.4.2 | lib/qb/data.rb |
qb-0.4.1 | lib/qb/data.rb |
qb-0.4.0 | lib/qb/data.rb |