lib/regexp_parser/expression/classes/literal.rb



module Regexp::Expression

  class Literal < Regexp::Expression::Base
    # Obviously nothing special here, yet.
  end

end