Sha256: 0523c5f025e5f03db3a29ccbb9be2a74aacb9cb759972b49294ebe1765c0bf23

Contents?: true

Size: 308 Bytes

Versions: 5

Compression:

Stored size: 308 Bytes

Contents

# coding: utf-8

module ThinReports
  module Core::Shape
    
    class Text::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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
thinreports-0.7.7 lib/thinreports/core/shape/text/interface.rb
thinreports-0.7.6 lib/thinreports/core/shape/text/interface.rb
thinreports-0.7.5 lib/thinreports/core/shape/text/interface.rb
thinreports-0.7.0 lib/thinreports/core/shape/text/interface.rb
thinreports-0.6.0.pre3 lib/thinreports/core/shape/text/interface.rb