Class: Rtlize::RtlTemplate

Inherits:
Tilt::Template
  • Object
show all
Defined in:
lib/rtlize/rtl_template.rb

Instance Method Summary collapse

Instance Method Details

#evaluate(scope, locals, &block) ⇒ Object



11
12
13
# File 'lib/rtlize/rtl_template.rb', line 11

def evaluate(scope, locals, &block)
  Rtlize::RTLizer.transform(data)
end

#prepareObject



9
# File 'lib/rtlize/rtl_template.rb', line 9

def prepare; end