module Cfenv

Constants

VERSION

Public Class Methods

vcap?() click to toggle source
# File lib/cfenv.rb, line 12
def self.vcap?
  !vcap_application.empty?
end