15 16 17 18 19
# File 'lib/callsign.rb', line 15 def name @callinfo.elements.each("callook") do |ele| return ele.elements['name'].text end end