Module: CodeRay::Tokens::Undumping
- Defined in:
- lib/coderay/tokens.rb
Overview
Include this module to give an object an #undump method.
The string returned by Tokens.dump includes Undumping.
Instance Method Summary collapse
-
#undump ⇒ Object
Calls Tokens.load with itself.