module LiveAST

Used by the LiveAST test suite.

Used by to_ruby in LiveAST.

Constants

VERSION

Public Class Methods

flush_cache() click to toggle source

Flush unused ASTs from the cache. See README.rdoc before doing this.

# File lib/live_ast/base.rb, line 47
def flush_cache
  Linker.flush_cache
end