class String
Add sterilize methods to a string if it is sterilized, saves clobbering every string!
Public Instance Methods
sterilize!()
click to toggle source
# File lib/sterilizer.rb, line 84 def sterilize! self.extend(Sterilizer).sterilize! end