Sha256: afa0af05d7eab96fc8a551cd45e53e5d664b4ea8b363c19c52419bd7a4793b4b

Contents?: true

Size: 257 Bytes

Versions: 62

Compression:

Stored size: 257 Bytes

Contents

# frozen_string_literal: true

t = text({ int8: { english: :hello, french: :salut, deutch: :halo } })

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

62 entries across 62 versions & 1 rubygems

Version Path
atome-0.5.6.0.3 vendor/assets/application/examples/int8.rb
atome-0.5.6.0.2 vendor/assets/application/examples/int8.rb