class Tryouts::Section

def inspect

def inspect
  range.to_a.zip(self).collect do |line|
    "%-4d %s\n" % line
  end.join
end