Last active
February 27, 2016 22:30
-
-
Save sebyx07/7a116d89e0b7a74a833f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// I try to use rapidoid from jruby | |
On.get("/showVerb").json(req -> req.verb()); | |
// I tried in ruby, but the lambda does't get called | |
// l = -> req do | |
// req.verb | |
// end | |
// | |
// On.get("/showVerb").json(l) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment