Sha256: ed38a06251dfe20bf0f19c3c4d722c18abbe5b9cc448587fec3c31363e66a860
Contents?: true
Size: 379 Bytes
Versions: 7
Compression:
Stored size: 379 Bytes
Contents
# frozen_string_literal: true module Thinreports module Core module Shape module Text class Interface < Basic::Interface private # @see Thinreports::Core::Shape::Base::Interface#init_internal def init_internal(parent, format) Text::Internal.new(parent, format) end end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems