Browse Source

kamailio-kemi-framework: small not for exit in Ruby scripts

Daniel-Constantin Mierla 7 years ago
parent
commit
05b5971beb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      kamailio-kemi-framework/docs/kemimods.md

+ 2 - 0
kamailio-kemi-framework/docs/kemimods.md

@@ -117,6 +117,8 @@ is no `exit`, just do `return` from the main KEMI callback functions
 
 For Python, one can use `exit()` or `os.exit()`.
 
+For Ruby, one can use `exit`.
+
 ### KSR.x.drop(...) ###
 
 `void KSR.x.drop()`