Sha256: 8c86acb4fc775f11c371e10695bdb72eeb94a3f77bbc8a78ebbd20e8b01533f4

Contents?: true

Size: 150 Bytes

Versions: 6

Compression:

Stored size: 150 Bytes

Contents

class Main < Iowa::Component
	attr_accessor :count
	def awake
		@count = 0
	end
	
	def setup
		@count += 1
	end

	def now
		Time.now.asctime
	end
end

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
IOWA-1.0.3 test/TC_CGI_Adaptor/iowa/Main.iwa
IOWA-1.0.3 test/TC_NoSubclass/iowa/Main.iwa
IOWA-1.0.2 test/TC_CGI_Adaptor/iowa/Main.iwa
IOWA-1.0.2 test/TC_NoSubclass/iowa/Main.iwa
IOWA-1.0.0 test/TC_CGI_Adaptor/iowa/Main.iwa
IOWA-1.0.0 test/TC_NoSubclass/iowa/Main.iwa