You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wiki/Home.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@ Welcome to the BBS-Ruby wiki!
2
2
3
3
## About BBS-Ruby
4
4
5
-
BBS-Ruby is a binding that provides a Ruby scripting environment for BBS. It allows users to write custom programs that run on the BBS. Security is also concerned and is guarded by Ruby's security level mechanism (`$SAFE` level). The users have no access to any object you don't expose to them.
5
+
BBS-Ruby is a binding that provides a Ruby scripting environment for BBS. It allows users to write custom programs that run on the BBS. Security is also concerned and is guarded by Ruby's security mechanisms (library whitelist on mruby or `$SAFE` level on CRuby). The users have no access to any object you don't expose to them.
0 commit comments