lib/malt/formats/rtals.rb in malt-0.1.0 vs lib/malt/formats/rtals.rb in malt-0.1.1

- old
+ new

@@ -1,10 +1,10 @@ require 'malt/formats/abstract' require 'malt/formats/html' require 'malt/engines/rtals' -module Malt::Formats +module Malt::Format # class Rtals < Abstract register('rtal') @@ -35,10 +35,10 @@ private # def render_engine - @render_engine ||= Malt::Engines::RTALS.new(options) + @render_engine ||= Malt::Engine::RTALS.new(options) end end end