Class: NetLinx::Compile::Extension::AXS

Inherits:
Object
  • Object
show all
Defined in:
lib/netlinx/compile/extension/axs.rb

Overview

Instructs netlinx-compile on how to process .axs NetLinx source code files.

Class Method Summary collapse

Class Method Details

.get_handlerObject

:nodoc:



10
11
12
13
14
# File 'lib/netlinx/compile/extension/axs.rb', line 10

def self.get_handler
  handler = NetLinx::Compile::ExtensionHandler.new \
    extensions: ['axs', 'axi'],
    handler_class: NetLinx::SourceFile
end