module Falcon::Environment::Application

def count

@returns [Integer | nil]
Number of instances to start.
def count
	nil
end