class Rufo::Formatter

def last?(i, array)

def last?(i, array)
  i == array.size - 1
end