raw method

T raw(
  1. Raw raw
)
inherited

Implementation

Self raw(Raw raw) {
  commander().pushArg(raw);
  return this as Self;
}