Skip to content

Commit

Permalink
Bring benchmarks back to life.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jun 3, 2010
1 parent e583cf7 commit f521a7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benchmark/run.rb
Expand Up @@ -12,8 +12,7 @@
module Backends
Simple = I18n::Backend::Simple.new

Interpolation = Class.new do
include I18n::Backend::Base
Interpolation = Class.new(I18n::Backend::Simple) do
include I18n::Backend::InterpolationCompiler
end.new

Expand Down

0 comments on commit f521a7c

Please sign in to comment.