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

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -