class Puma::DSL

def environment(environment)

environment 'production'
@example

The default is "development".

a string.
Set the environment in which the rack's app will run. The value must be
def environment(environment)
  @options[:environment] = environment
end