Sha256: 010402c9e27a221f0640694476e2b3ef49d826830eabe6e8e150117dc7204181
Contents?: true
Size: 204 Bytes
Versions: 8
Compression:
Stored size: 204 Bytes
Contents
# frozen_string_literal: true b=box t=text({width: 66, left: 99,top: 66, data: "touch the bow and resize the window"}) b.touch(true) do b.width(t.to_percent(:width)) b.left(t.to_percent(:left)) end
Version data entries
8 entries across 8 versions & 1 rubygems