Sha256: 5e52a0326e11faa75cd73b07279238173e9e6a9f44390caef2a7735b945c8254
Contents?: true
Size: 208 Bytes
Versions: 6
Compression:
Stored size: 208 Bytes
Contents
# frozen_string_literal: true b=circle b.touch(true) do self.color(:blue) end b.touch(:long) do self.color(:red) end b.over(:enter) do self.color(:red) end b.over(:leave) do self.color(:blue) end
Version data entries
6 entries across 6 versions & 1 rubygems