Object
# File lib/origami/obfuscation.rb, line 220 def to_obfuscated_str content = "" if self.has_dictionary? content << TOKENS.first << EOL << @dictionary.to_obfuscated_str << EOL end content << XREF_TOKEN << EOL << @startxref.to_s << EOL << TOKENS.last << EOL content end
Generated with the Darkfish Rdoc Generator 2.