dithering over instance_eval vs. meta_def, keeping instance_eval
authorPete Elmore <1337p337@gmail.com>
Sun, 9 Nov 2008 02:09:30 +0000 (18:09 -0800)
committerPete Elmore <1337p337@gmail.com>
Sun, 9 Nov 2008 02:09:30 +0000 (18:09 -0800)
lib/hoshi/view.rb

index 4f05f59bd14b46e4eed92a146fb80ef15ddd3255..610998e555047b669286be066d62ca366a501a0f 100644 (file)
@@ -92,7 +92,7 @@ module Hoshi
                        !permissive?
                end
 
-               # Create and render a view class via a block.
+               # Create and render a view via a block.
                def self.build(&block)
                        c = new
                        c.instance_eval(&block)