Ruby - include? related issue -
could me getting core of mistake contained in following code line?
main_frame.html.include? =~ /your credit card not have statements|no activity found in credit card/i
you calling 2 methods include? , =~. former takes argument, cannot become argument of =~.
Comments
Post a Comment