Home
Ruby
ActiveRecord
Array
CGI
Class
Collections
Database
Date
Design Patterns
Development
File Directory
GUI
Hash
Language Basics
Method
Network
Number
Rails
Range
Reflection
Statement
String
Threads
Time
Tk
Unit Test
Windows Platform
XML
Menu
tainted « Class « Ruby
Ruby
Class
tainted
1.
Check if an object is considered tainted by using the tainted? method:
2.
Force an object to be seen as untainted by calling the untaint method on the object.
3.
Tell if a certain operation is safe: