Sha256: d5508a41fec9ba2ab9bfbb9356e2a10031174ae9e8a4b581de057b057f94880a
Contents?: true
Size: 273 Bytes
Versions: 1
Compression:
Stored size: 273 Bytes
Contents
# frozen_string_literal: true t = text({ int8: { english: :hello, french: :salut, deutch: :halo }, language: :deutch }) wait 1 do t.language(:french) wait 1 do t.language(:english) # data is updated to the latest choice puts t.data end end puts t.data
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
atome-0.5.5.9.1 | vendor/assets/application/examples/int8.rb |