Method: Zafu::Parser#to_erb

Defined in:
lib/zafu/parser.rb

#to_erb(context) ⇒ Object



214
215
216
217
# File 'lib/zafu/parser.rb', line 214

def to_erb(context)
  context[:helper] ||= @options[:helper]
  process(context)
end