# File lib/rabl/builder.rb, line 17 def build(object, options={}) @_object = object cache_results do compile_hash(options) end end