Method: XlsFunction::Transform#apply

Defined in:
lib/xls_function/transform.rb

#apply(obj, context = {}) ⇒ Object



32
33
34
35
36
37
# File 'lib/xls_function/transform.rb', line 32

def apply(obj, context = {})
  context ||= {}
  context[:variants] ||= {}
  context[:caches] ||= {}
  super(obj, context)
end