Sha256: 9acb5ffd36ced41181df9f22f8e644e0fb1e6d0423010aec35ad532d2d65dabb
Contents?: true
Size: 248 Bytes
Versions: 9
Compression:
Stored size: 248 Bytes
Contents
module Main module Softspoken class << self attribute 'softspoken' => true def on!() softspoken(true) end def off!() softspoken(false) end def === other softspoken ? super : false end end end end
Version data entries
9 entries across 9 versions & 1 rubygems