class Puma::Configuration

def environment

Return which environment we're running in
def environment
  @options[:environment]
end