Class: Athena::Formats::Lingo::SingleWord

Inherits:
Athena::Formats::Lingo show all
Defined in:
lib/athena/formats/lingo.rb

Overview

“Nasenbär”

Constant Summary

Constants inherited from Athena::Formats::Lingo

MultiKey

Instance Attribute Summary

Attributes inherited from Base

#config, #output, #record_element

Instance Method Summary collapse

Methods inherited from Athena::Formats::Lingo

#deferred?

Methods inherited from Base

#deferred?, directions, format, has_direction?, init, #init, #parse, #raw?, #run

Instance Method Details

#convert(record) ⇒ Object



41
42
43
# File 'lib/athena/formats/lingo.rb', line 41

def convert(record)
  super.flatten
end