toString method

String toString ()
override

Returns a string representing of this Brick

Implementation

String toString() {
  return "brick";
}