Sha256: 1d70c690916f7c9b753e81cf6bad2f93cd853b1866ee75f91b97e06e781bf579
Contents?: true
Size: 256 Bytes
Versions: 2
Compression:
Stored size: 256 Bytes
Contents
module Main module Softspoken class << self fattr 'softspoken' => true def on!() softspoken(true) end def off!() softspoken(false) end def === other softspoken ? super : false end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ThiagoLelis-backgroundjob-1.0.5 | lib/main/softspoken.rb |
ThiagoLelis-backgroundjob-1.0.6 | lib/main/softspoken.rb |