class Erubi::Engine

def handle(indicator, code, tailch, rspace, lspace)

Raise an exception, as the base engine class does not support handling other indicators.
def handle(indicator, code, tailch, rspace, lspace)
  raise ArgumentError, "Invalid indicator: #{indicator}"
end