class Regexp::Expression::Base

def reluctant?

def reluctant?
  quantified? and @quantifier.mode == :reluctant
end