module Main::Softspoken
Public Class Methods
===(other)
click to toggle source
Calls superclass method
# File lib/main/softspoken.rb, line 7 def === other softspoken ? super : false end
off!()
click to toggle source
# File lib/main/softspoken.rb, line 6 def off!() softspoken(false) end
on!()
click to toggle source
# File lib/main/softspoken.rb, line 5 def on!() softspoken(true) end