addPath method

Context addPath(
  1. Path p
)

Implementation

Context addPath(Path p) {
  path = path.join(p);
  return this;
}