ruleArea static method

int ruleArea()

Implementation

static int ruleArea() {
  print('-- this is wArea --');
  //  code here
  return 1;
}