Sha256: 2f403930cc7ef6f0eb9b10cba1d26cb521047b9a1edf0245c2ee4c73733aca9e

Contents?: true

Size: 213 Bytes

Versions: 1

Compression:

Stored size: 213 Bytes

Contents

class Shoes
  class Timer
    def initialize app, n=1000, &blk
      @app, @n, @blk = app, n, blk
      @gui = Shoes.configuration.backend_for(self, @app.gui, @blk)
    end
    
    attr_reader :n, :gui
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoes-4.0.0.pre1 lib/shoes/timer.rb