class Raabro::Input

def tring(l=-1)

def tring(l=-1)
  l < 0 ? @string[@offset..l] : @string[@offset, l]
end