Sha256: f2e97a8dc2cc703a4e950c23be2f8bad0572036b5ca61e0a2ed753f2100fdfdc
Contents?: true
Size: 384 Bytes
Versions: 56
Compression:
Stored size: 384 Bytes
Contents
# frozen_string_literal: true # assign a class to atom object in the webview t=text('touch the box') b=box({ left: 12, id: :the_first_box }) b.category(:matrix) b.touch(true) do b.remove({ category: :matrix}) t.data= " category is : #{b.category}" wait 1 do b.category(:new_one) t.data= " category is : #{b.category}" end end t.data= " category is : #{b.category} "
Version data entries
56 entries across 56 versions & 1 rubygems