8 9 10 11
# File 'lib/expressr/route.rb', line 8 def all(&block) @router.add_route(block, path: @path) self end