blob: 5c8891dd7e4f0a48ac3b88f94800f51a193ba498 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
erbscan is ERB::Compiler accelerator
8 times faster than erb.rb(Ruby1.8.0)
require "erb" # slow
require "erb_fast" # FAST!!!!
Author: MoonWolf <moonwolf@moonwolf.com>
WWW: http://raa.ruby-lang.org/project/erbscan/
|