Sha256: 13121a913832282b3f20295c29be7c0780e5f3a888b4573cde04440a5fcbd487

Contents?: true

Size: 220 Bytes

Versions: 4

Compression:

Stored size: 220 Bytes

Contents

# frozen_string_literal: true
class Shoes
  class ImagePattern
    include Common::Inspect

    def initialize(path)
      @path = path
      @gui = Shoes.backend_for(self)
    end

    attr_reader :gui, :path
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
shoes-core-4.0.0.pre12 lib/shoes/image_pattern.rb
shoes-core-4.0.0.pre11 lib/shoes/image_pattern.rb
shoes-core-4.0.0.pre10 lib/shoes/image_pattern.rb
shoes-core-4.0.0.pre9 lib/shoes/image_pattern.rb