# frozen_string_literal: true module RaaP module Value class Top < BasicObject def inspect = "#" def class = Top end end end