Class: Trinity::Handler::Reasoner

Inherits:
Trinity::Handler show all
Defined in:
lib/trinity/handler/reasoner.rb

Instance Method Summary

Methods inherited from Trinity::Handler

#initialize, #not_found, #query, #redirect

Constructor Details

This class inherits a constructor from Trinity::Handler

Instance Method Details

- (Object) call(env)



4
5
6
# File 'lib/trinity/handler/reasoner.rb', line 4

def call(env)
  super # TODO
end