Flowdock
include?(p1) public

Returns true if str contains the given string or character.

"hello".include? "lo"   #=> true
"hello".include? "ol"   #=> false
"hello".include? ?h     #=> true
Show source
Register or log in to add new notes.