This class handles dynamic methods through the method_missing method
17 18 19 20
# File 'lib/perchance/nothing.rb', line 17 def method_missing(method, *args) Perchance::Util.logger.warn("method Perchance::Nothing##{method}' called") return self end