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

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -