Class: Nokogiri::XML::NodeSet

Inherits:
Object
  • Object
show all
Defined in:
lib/copa/nokogiri.rb

Instance Method Summary collapse

Instance Method Details

#to_clean_textObject



7
8
9
# File 'lib/copa/nokogiri.rb', line 7

def to_clean_text
  inner_text.gsub /^\s*|\s*$/, ''
end