Class: Ecu::Functions

Inherits:
Object
  • Object
show all
Defined in:
lib/ecu/interfaces/dcm/functions.rb

Class Method Summary collapse

Class Method Details

.dcm_headerObject



5
6
7
# File 'lib/ecu/interfaces/dcm/functions.rb', line 5

def self.dcm_header
  /FUNKTIONEN.*/
end

.from_dcm(input) ⇒ Object



9
10
11
# File 'lib/ecu/interfaces/dcm/functions.rb', line 9

def self.from_dcm(input)
  new
end