Include this module to give an object an undump method.

The string returned by Tokens.dump includes Undumping.

Methods
Public Instance methods
undump()

Calls Tokens.load with itself.

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