In Files

    • error.c

    Parent

    Class/Module Index [+]

    Quicksearch
    No matching classes.

    SecurityError

    Raised when attempting a potential unsafe operation, typically when the $SAFE level is raised above 0.

    foo = "bar"
    proc = Proc.new do
     $SAFE = 3
     foo.untaint
    end
    proc.call
    

    raises the exception:

    SecurityError: Insecure: Insecure operation `untaint' at level 3

    This page was generated for Ruby

    is a service of and , an erratic source of art, music, and technology.

    Generated with Ruby-doc Rdoc Generator 0.44.0.