ON method

Express ON(
  1. Object express
)

Implementation

Express ON(Object express) {
  this << "ON" << express;
  return this;
}