Sha256: 6dfb0ba04342348ef3958c82fae048b191863ca23f94396c4a2905ef25104545

Contents?: true

Size: 190 Bytes

Versions: 4

Compression:

Stored size: 190 Bytes

Contents

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.pre8 lib/shoes/image_pattern.rb
shoes-core-4.0.0.pre7 lib/shoes/image_pattern.rb
shoes-core-4.0.0.pre6 lib/shoes/image_pattern.rb
shoes-core-4.0.0.pre5 lib/shoes/image_pattern.rb