# File lib/cell/view_model.rb, line 82 def self.[](options, context) return context unless options context.dup.merge(options) # DISCUSS: should we create a real Context object here, to make it overridable? end