module Sad
Attributes
on_before_start[RW]
Public Class Methods
before_start(&blk)
click to toggle source
# File lib/sad.rb, line 26 def before_start(&blk) @on_before_start = blk end
logger()
click to toggle source
# File lib/sad.rb, line 22 def logger @_logger ||= ::Sad::Logger.new end
logger=(opts)
click to toggle source
# File lib/sad.rb, line 18 def logger=(opts) @_logger = ::Sad::Logger.new(opts) end