Parent

Origami::Array

Public Instance Methods

to_obfuscated_str() click to toggle source
# File lib/origami/obfuscation.rb, line 136
def to_obfuscated_str
  content = TOKENS.first + Obfuscator.junk_spaces
  self.each { |entry|
    content << entry.to_o.to_obfuscated_str + Obfuscator.junk_spaces
  }

  content << TOKENS.last

  super(content)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.