module Guard::UI

def debug(message, options = {})

Options Hash: (**options)
  • plugin (String) -- manually define the calling plugin
  • reset (Boolean) -- whether to clean the output before

Parameters:
  • message (String) -- the message to show
def debug(message, options = {})
  _filtered_logger_message(message, :debug, :yellow, options)
end