class Falcon::Service

def initialize(environment)

def initialize(environment)
	@environment = environment
	@evaluator = @environment.evaluator
end