Methods

Files

Class Index [+]

Quicksearch

CodeRay::Tokens::Undumping

Include this module to give an object an # 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 257
257:       def undump
258:         Tokens.load self
259:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.