BasicObject
Public: Mark a string as safe by wrapping it in the SB class.
SB
Returns a SB instance.
# File lib/sb.rb, line 24 def SB(str) SB.new(str) end