Broke dependency on facets and trying to coexist with Rails.
commit8771a78bc3b1e1874f44f5c0eec6e84df55da629
authorpivotal <pivotal@dorland.flood.pivotallabs.com>
Fri, 7 Mar 2008 19:48:28 +0000 (7 11:48 -0800)
committerpivotal <pivotal@dorland.flood.pivotallabs.com>
Fri, 7 Mar 2008 19:48:28 +0000 (7 11:48 -0800)
tree0b01e87c1eedfc5d4186305559ca3f2fd34aad03
parenta8ff1eb0df5abeb4dc8d2d607a5fb6e321df10aa
Broke dependency on facets and trying to coexist with Rails.

Facets methods #camelize and #tabto have been duplicated in String extension. #camelize has been rename to #treetop_camelize so I don't step on Rails's version but also don't have to be at its mercy. The #blank? method is only added on String if it hasn't already been defined. Don't define my own version because this one seems pretty hard to get wrong in the manner Treetop uses it.
.gitignore
Rakefile
lib/treetop.rb
lib/treetop/compiler/node_classes/inline_module.rb
lib/treetop/ruby_extensions/string.rb