Sha256: 1f1e642f8524338f60dd8c39f5b8577a769d79df300d4f83bc7aad8f2876514d

Contents?: true

Size: 221 Bytes

Versions: 1

Compression:

Stored size: 221 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

1 entries across 1 versions & 1 rubygems

Version Path
shoes-core-4.0.0.rc1 lib/shoes/image_pattern.rb