class Puma::DSL

def tag(string)

tag ''
@example
tag 'app name'
@example

to add a tag, use an empty string.
If you do not specify a tag, Puma will infer it. If you do not want Puma

Additional text to display in process listing.
def tag(string)
  @options[:tag] = string.to_s
end