class Runcible::ConfigurationUndefinedError
Public Class Methods
message()
click to toggle source
# File lib/runcible/base.rb, line 221 def self.message # override me to change the error message 'Configuration not set. Runcible::Base.config= must be called before Runcible::Base.config.' end