module Guard::UI

def warning(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 warning(message, options = {})
  _filtered_logger_message(message, :warn, :yellow, options)
end