Sha256: a2833f880acbf032c480871fd137a44e9de2cddf82f99429cd71cdcc8ecf5e23
Contents?: true
Size: 184 Bytes
Versions: 6
Compression:
Stored size: 184 Bytes
Contents
Shoes.app do para "Name:" @name = edit_line("John", width: "100%") @greeting = para "Hello #{@name.text}!" @name.change { @greeting.replace("Hello #{@name.text}!") } end
Version data entries
6 entries across 6 versions & 2 rubygems