Sha256: 3634a5f3320f473c8e743a51d0adb327c9b937d14c842030cb2e6a0c518be808

Contents?: true

Size: 133 Bytes

Versions: 3

Compression:

Stored size: 133 Bytes

Contents

import "header"
import "footer"

class Greetings < Iowa::Component

	attr_accessor :yourname

	def now
		Time.now.asctime
	end
	
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
IOWA-1.0.3 examples/hw5/iowa/Greetings.iwa
IOWA-1.0.2 examples/hw5/iowa/Greetings.iwa
IOWA-1.0.0 examples/hw5/iowa/Greetings.iwa