module Durt

Constants

VERSION

Public Class Methods

env() click to toggle source
# File lib/durt.rb, line 13
def self.env
  ActiveSupport::StringInquirer.new(ENV['RAILS_ENV'])
end