# File kwartz.rb, line 259
        def initialize(input_str='', toppings={})
            #raise AbstractMethodInvokationError.new('Converter#initialize()')
            @input = input_str
            @toppings = toppings
        end