Sha256: e23c174cc777372ca871e19366dc56777a1965aba26f55c57e6b50a723b2a8ee
Contents?: true
Size: 246 Bytes
Versions: 5
Compression:
Stored size: 246 Bytes
Contents
# frozen_string_literal: true c=circle b=circle({left: 333, id: :the_c}) b.touch(true) do self.color(:blue) end b.touch(:long) do self.color(:red) end b.over(:enter) do self.color(:black) end b.over(:leave) do self.color(:blue) end
Version data entries
5 entries across 5 versions & 1 rubygems