Sha256: e3be312f45afffd8effc20b555e43feb8572c93d7faa316b50bc8ff923555267

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.9.1 lib/thinreports/core/shape/text/interface.rb
thinreports-0.9.0 lib/thinreports/core/shape/text/interface.rb
thinreports-0.8.2 lib/thinreports/core/shape/text/interface.rb
thinreports-0.8.1 lib/thinreports/core/shape/text/interface.rb
thinreports-0.8.0 lib/thinreports/core/shape/text/interface.rb