Parent

Origami::Reference

Public Instance Methods

to_obfuscated_str() click to toggle source
# File lib/origami/obfuscation.rb, line 165
def to_obfuscated_str
  refstr = refno.to_s + Obfuscator.junk_spaces + refgen.to_s + Obfuscator.junk_spaces + "R"

  super(refstr)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.