Exception
Raised when attempting a potential unsafe operation, typically when the $SAFE level is raised above 0.
foo = "bar" proc = Proc.new do $SAFE = 4 foo.gsub! "a", "*" end proc.call
raises the exception:
SecurityError: Insecure: can't modify string
This page was generated for Ruby 1.9.2
Ruby-doc.org is managed by James Britt and Neurogami. Live curious.
Generated with the Rubydoc Rdoc Generator 0.9.3.