Include this module to give an object an undump method.
The string returned by CodeRay::Tokens#dump includes Undumping.
Calls CodeRay::Tokens.load with itself.
# File lib/coderay/tokens.rb, line 191 def undump Tokens.load self end