class Nokogiri::XML::Element

Public Instance Methods

text_trim() click to toggle source
# File lib/maxwell/overide_ohter_class.rb, line 8
def text_trim
  self.text.trim
end