Sha256: 239030d777ab81b5e4187c834d24ed0244446543be814e8551ad21c2e986baa3

Contents?: true

Size: 203 Bytes

Versions: 1

Compression:

Stored size: 203 Bytes

Contents

class Shoes
  class ImagePattern
    include Common::Inspect

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

    attr_reader :gui, :path
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoes-dsl-4.0.0.pre2 lib/shoes/image_pattern.rb