require File.expand_path('../2.3', __FILE__) module Regexp::Syntax module Ruby class V240 < Regexp::Syntax::Ruby::V23 def initialize super end end end end