Method code for $ctext_frob.new_with()

[Turn off line numbering]
  1: arg data, @vars;
  2: 
  3: [(vars ?= #[])] = vars;
  4: return (<this(), [data, vars]>);

// Created 17-Jul-1996 as a part of ColdCore, see: @help Credit

Method Ancestry Override:

 ----   23 $ctext_frob.new_with(data, @vars)
 ----    7 $frob.new_with(value)

Tlon