Sha256: 7bbaf947d9555389d58f9b257028bca5f754f7118b7a930d97635adec3fbb1ab
Contents?: true
Size: 198 Bytes
Versions: 3
Compression:
Stored size: 198 Bytes
Contents
class DanielTest < Iowa::Component attr_accessor :numArray, :num def awake @num_of_links = rand(10) + 1 @numArray = Array.new() @num_of_links.times {|i| @numArray << i } end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
IOWA-1.0.3 | test/TC_IOWAFunctions/iowa/DanielTest.iwa |
IOWA-1.0.2 | test/TC_IOWAFunctions/iowa/DanielTest.iwa |
IOWA-1.0.0 | test/TC_IOWAFunctions/iowa/DanielTest.iwa |