Sha256: f00337cb1da06fc8f8b49e3d377201f4cffd87d56cbe0977f13badaf58c24452
Contents?: true
Size: 214 Bytes
Versions: 6
Compression:
Stored size: 214 Bytes
Contents
Shoes.app do @push = button "Push me" @note = para "Nothing pushed so far" @push.click { @note.replace( "Aha! Click! ", link("Go back") { @note.replace "Nothing pushed so far" } ) } end
Version data entries
6 entries across 6 versions & 2 rubygems