class Regexp::Syntax::Base

def initialize

def initialize
  @implements = {}
  implements :literal, [:literal]
end