module Zephyre
Constants
- VERSION
Public Class Methods
is_environment?(environment)
click to toggle source
# File lib/zephyre/utils.rb, line 19 def self.is_environment?(environment) environment.to_s == ENV['RACK_ENV'] end