Flowdock
include?(p1) public

Returns true if obj is an element of rng, false otherwise. If beg and end are numeric, comparison is done according magnitude of values.

("a".."z").include?("g")  # -> true
("a".."z").include?("A")  # -> false
Show source
Register or log in to add new notes.