Sha256: 59332795c3e8347c54743926a54c92d94aed3c0888f940ab428d56cf418d2987
Contents?: true
Size: 466 Bytes
Versions: 5
Compression:
Stored size: 466 Bytes
Contents
# frozen_string_literal: true module Thinreports module BasicReport module Core module Shape module StackView class Internal < Basic::Internal def initialize(parent, format) super @rows = [] end attr_accessor :rows def type_of?(type_name) type_name == StackView::TYPE_NAME end end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems