Methods

CodeRay::Tokens::Undumping

Include this module to give an object an undump method.

The string returned by Tokens.dump includes Undumping.

Public Instance Methods

undump() click to toggle source

Calls Tokens.load with itself.

# File lib/coderay/tokens.rb, line 191
def undump
  Tokens.load self
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.