Property definitions

popcorn $ UserProfile :: defaultinit
class UserProfile
	super Handler

	redef fun get(req, res) do res.send "User Profile"
end
lib/popcorn/examples/routing/example_router.nit:39,1--43,3