105 106 107 108 109
# File 'lib/callsign.rb', line 105 def frn @callinfo.elements.each("callook/otherinfo") do |ele| return ele.elements['frn'].text end end