cjheath / treetop

A Ruby-based parsing DSL based on parsing expression grammars.
https://cjheath.github.io/treetop
MIT License
306 stars 22 forks source link

To avoid namespace 'indent' conflict to ActiveSupport 4.0.0.rc1 #5

Closed skoba closed 11 years ago

skoba commented 11 years ago

Change method name 'indent' to 'ttindent'.

cjheath commented 11 years ago

I inlined indent into tabto; it wasn't otherwise being used. This avoids the collision.