global

def description

def description
  if start == finish
    "example #{start}"
  else
    "examples #{start}-#{finish}"
  end
end