class Puma::DSL
def environment(environment)
@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
def environment(environment) @options[:environment] = environment end