Sha256: f931fcfe723d778a7c0a31c0dd168fc5a260b3138eab5634649ec3a45edf8d03
Contents?: true
Size: 145 Bytes
Versions: 36
Compression:
Stored size: 145 Bytes
Contents
class Maid::Rule < Struct.new(:description, :instructions) # Follow the instructions of the rule. def follow instructions.call end end
Version data entries
36 entries across 36 versions & 1 rubygems