# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/actionpack-3.0.9/lib/action_view/template/handler.rb, line 9defself.included(base)
base.extend(ClassMethods)
end
Public Instance Methods
compile(template)click to toggle source
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/actionpack-3.0.9/lib/action_view/template/handler.rb, line 19defcompile(template)
raise"Need to implement #{self.class.name}#compile(template)"end