Sha256: 4d177ed2fc180061acc94fc77234b610c4dd355190aef7d85c63a59962f54ee2

Contents?: true

Size: 152 Bytes

Versions: 6

Compression:

Stored size: 152 Bytes

Contents

module Pbw
	class Tick
		def self.run
			Command.tickable.each{|command| command.tick! }
			AttachedProcess.tickable.each{|ap| ap.tick! }
		end
	end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pbw-0.1.1 lib/pbw/tick.rb
pbw-0.1.0 lib/pbw/tick.rb
pbw-0.0.10 lib/pbw/tick.rb
pbw-0.0.9 lib/pbw/tick.rb
pbw-0.0.8 lib/pbw/tick.rb
pbw-0.0.7 lib/pbw/tick.rb