Method: Ikra::Symbolic::ArrayCommand#command_translator_class

Defined in:
lib/symbolic/symbolic.rb

#command_translator_classObject

The class or subclass of [CommandTranslator] that should be used for translating this command. May be overridden.



273
274
275
# File 'lib/symbolic/symbolic.rb', line 273

def command_translator_class
    return Translator::CommandTranslator
end