# File lib/sugar-high/regexp.rb, line 24 def grep_it expr return self if !expr self.grep(expr.to_regexp) end