Method: ErbPP#run

Defined in:
ext/cumo/narray/gen/erbpp2.rb

#runObject



84
85
86
87
88
89
90
91
# File 'ext/cumo/narray/gen/erbpp2.rb', line 84

def run
  if base = @opts[:erb_base]
    # load_erb(base).run(binding)
    if l = load_erb(base)
      l.run(binding)
    end
  end
end