whitequark / ast

A library for working with Abstract Syntax Trees.
MIT License
195 stars 25 forks source link

Documentation: missing a ` #21

Closed akimd closed 6 years ago

akimd commented 6 years ago

https://github.com/whitequark/ast/blob/fcb9b91735eebf7d26b64a9767974d760958f364/lib/ast/processor/mixin.rb#L26

Cheers.

akimd commented 6 years ago

While at it, please note that the documentation on Github (http://whitequark.github.io/ast/frames.html) is obsolete (it still recommends subclassing the Processor for instance).

whitequark commented 6 years ago

Doc updated.