class Falcon::Service::Application

def count

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