Sha256: 211a60bdaa5008f058bc0a39fdbbc5212711b52f499b10be44d7f7d0cd593cf3
Contents?: true
Size: 300 Bytes
Versions: 11
Compression:
Stored size: 300 Bytes
Contents
# frozen_string_literal: true # b = box({ color: :red }) b.touch(true) do b.connection('localhost:9292') do |params| alert " the connection is : #{params}" end end c = box({ color: :yellow, left: 333 }) c.touch(true) do b.message('hi there!!') # c = box({ color: :red, left: 333 }) end
Version data entries
11 entries across 11 versions & 1 rubygems