Skip to content

Commit

Permalink
app_ruby: docs - added to example how to get value for pv
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed May 31, 2018
1 parent c173ab8 commit f9c7c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/app_ruby/doc/app_ruby_admin.xml
Expand Up @@ -172,7 +172,7 @@ ruby_run("rb_funcx", "$rU", "2");
<programlisting format="linespecific">
...
def ksr_sl_reply()
KSR.dbg("==== from ruby\n")
KSR.dbg("==== from ruby - src ip: " + KSR::PV.get("$si") + "\n")
KSR::SL.sl_send_reply(200, "OK-Ruby")
end
...
Expand Down

0 comments on commit f9c7c12

Please sign in to comment.