class ReeText::Excerpt

def first(string, limit = 1)

def first(string, limit = 1)
  string[0, limit] || raise(ArgumentError, "negative limit")
end