Skip to content

Instantly share code, notes, and snippets.

@sebyx07
Last active February 27, 2016 22:30
Show Gist options
  • Save sebyx07/7a116d89e0b7a74a833f to your computer and use it in GitHub Desktop.
Save sebyx07/7a116d89e0b7a74a833f to your computer and use it in GitHub Desktop.
// 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