Class: NetLinx::Compile::Extension::AXS
- Inherits:
-
Object
- Object
- NetLinx::Compile::Extension::AXS
- 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
-
.get_handler ⇒ Object
:nodoc:.
Class Method Details
.get_handler ⇒ Object
: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 |