Sha256: d5b20ed0fa28a09e1ce30e2e4bfbae50780faedd7f23ee615a0e18282bd59b8a
Contents?: true
Size: 429 Bytes
Versions: 9
Compression:
Stored size: 429 Bytes
Contents
def run_demo scripts = %i[animation atome.new auto_height auto_width bottom box circle color create_atome_in_atome drag get_renderer_list grab height image left link parent read repeat right rotate schedule smooth text top touch video wait web width] scripts.each_with_index do |toto, index| wait 1 * index do puts toto read("examples/#{toto}.rb", :ruby) # `console.clear()` end end end run_demo
Version data entries
9 entries across 9 versions & 1 rubygems