info method

void info(
  1. Object obj
)

Implementation

void info(Object obj) {
  stdout(obj);
}