class Opal::Erubi::Processor
Public Instance Methods
call()
click to toggle source
Calls superclass method
# File lib/opal/erubi/processor.rb, line 8 def call @data = Opal::Erubi.compile_erubi @data, context.logical_path.sub(/#{Opal::REGEXP_START}templates\//, '') super end