Sha256: 99db1f62c27b421bafa2957a4332212e37f4a952a6769041fed7cbe40d535f95
Contents?: true
Size: 367 Bytes
Versions: 5
Compression:
Stored size: 367 Bytes
Contents
# frozen_string_literal: true module Thinreports module BasicReport module Core module Shape module StackView class Interface < Basic::Interface private def init_internal(parent, format) StackView::Internal.new(parent, format) end end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems