module Pinion

Constants

VERSION

Public Class Methods

environment() click to toggle source
# File lib/pinion/environment.rb, line 2
def self.environment() (defined?(RACK_ENV) && RACK_ENV) || ENV["RACK_ENV"] || "development" end