class Rdoba::Log::Error
Public Class Methods
new(options = {})
click to toggle source
# File lib/rdoba/log.rb, line 192 def initialize options = {} case options when :compat "Debug compatibility mode can't be enabled for " + "the specified object" when :main "An :as option can't be default or set to 'self' value for " + "a main application. Please set up it correctly" ; end ; end