lib/request_result.rb in webmoney-0.0.7 vs lib/request_result.rb in webmoney-0.0.8

- old
+ new

@@ -1,4 +1,5 @@ +#encoding: utf-8 module Webmoney::RequestResult # :nodoc:all def result_check_sign(doc) doc.at('//testsign/res').inner_html == 'yes' ? true : false end \ No newline at end of file