Sha256: 84ac18e248b201acc2b354b4a65f92c0b07731d4740826306f7551a158994be7

Contents?: true

Size: 303 Bytes

Versions: 1

Compression:

Stored size: 303 Bytes

Contents

# coding: utf-8

module ThinReports
  module Core::Shape
    
    # @private
    class Text::Internal < Basic::Internal
      # Delegate to Format's methods
      format_delegators :svg_content, :text, :box
      
      def type_of?(type_name)
        type_name == :text
      end
    end
    
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thinreports-0.6.0.pre3 lib/thinreports/core/shape/text/internal.rb