class Berkshelf::JsonFormatter

def warn(message)

Parameters:
  • message (String) --
def warn(message)
  output[:warnings] << message
end