# File lib/main/softspoken.rb, line 7 def === other softspoken ? super : false end
# File lib/main/softspoken.rb, line 6 def off!() softspoken(false) end
# File lib/main/softspoken.rb, line 5 def on!() softspoken(true) end