Module: SimpleScrobbler::DocHelper

Defined in:
lib/simple_scrobbler.rb

Instance Method Summary collapse

Instance Method Details

#value_at(xpath) ⇒ Object



154
155
156
# File 'lib/simple_scrobbler.rb', line 154

def value_at(xpath)
  REXML::XPath.first(self, xpath).text.strip
end