Module: CodeRay::Tokens::Undumping

Defined in:
vendor/plugins/coderay-0.9.2/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

Instance Method Details

- (Object) undump

Calls Tokens.load with itself.



255
256
257
# File 'vendor/plugins/coderay-0.9.2/lib/coderay/tokens.rb', line 255

def undump
  Tokens.load self
end