Sha256: 08551013aef382e48c8909d8128768835afa56be7a43b754972743809ce42a81

Contents?: true

Size: 178 Bytes

Versions: 1

Compression:

Stored size: 178 Bytes

Contents

class Shoes
  class ImagePattern
    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-4.0.0.pre1 lib/shoes/image_pattern.rb