global

def strip!(from)

def strip!(from)
  self.text = text[from..-1]
  self.text.lstrip!
  self
end