getExt method

String getExt()

Implementation

String getExt() {
  return split('/').last.split('.').last;
}