module Bundler::BuildMetadata

def self.release?

Whether this is an official release build of Bundler.
def self.release?
  @release
end