class Yake::Errors::UnknownLoggingSetting

Public Class Methods

new(method = nil) click to toggle source
Calls superclass method
# File lib/yake/errors.rb, line 12
def initialize(method = nil)
  super("Unknown logging setting '#{ method }'. Use :on or :off")
end