Method: XlsFunction::FormatString::Transform#apply

Defined in:
lib/xls_function/format_string/transform.rb

#apply(obj, context = nil) ⇒ Object



79
80
81
82
83
84
# File 'lib/xls_function/format_string/transform.rb', line 79

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