# File lib/rabl/engine.rb, line 10 def initialize(source, options={}) @_source = source @_options = options @_view_path = options[:view_path] end