class Regexp::Expression::Conditional::Expression

def condition

def condition
  find { |subexp| subexp.is_a?(Condition) }
end