Sha256: 5fbac326f980b5c1ab6e32c27a3523f0dde95f8400b96e9b810c58a7236088d0
Contents?: true
Size: 166 Bytes
Versions: 25
Compression:
Stored size: 166 Bytes
Contents
# frozen_string_literal: true # Example class Worker def day_of_week; end def holiday?; end def goto_work? !holiday? && day_of_week != :Sunday end end
Version data entries
25 entries across 25 versions & 1 rubygems