class Athena::Formats::Lingo::SingleWord
“Nasenbär”
Public Instance Methods
convert(record)
click to toggle source
Calls superclass method
Athena::Formats::Lingo#convert
# File lib/athena/formats/lingo.rb 41 def convert(record) 42 super.flatten 43 end