Sha256: 58db2b4e32c62e091a8580bcf60bd7a6cbd6c7d85a37d81513aa2f13dca9d5cc
Contents?: true
Size: 330 Bytes
Versions: 11
Compression:
Stored size: 330 Bytes
Contents
# frozen_string_literal: true require_relative 'builtin_datatype' module Loxxy module Datatype # Abstract class that generalizes a Lox boolean value. # An instance acts merely as a wrapper around a Ruby representation # of the value. class Boolean < BuiltinDatatype end # class end # module end # module
Version data entries
11 entries across 11 versions & 1 rubygems