Parent

Origami::Stream

Public Instance Methods

to_obfuscated_str() click to toggle source
# File lib/origami/obfuscation.rb, line 206
def to_obfuscated_str
  content = ""
  
  content << @dictionary.to_obfuscated_str
  content << "stream" + EOL
  content << self.rawdata
  content << EOL << TOKENS.last
  
  super(content)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.