For example, I found the method name bundler? in the following snippet, and don\'t know whether the ? character is a specialized keyword or just pa
bundler?
?
The characters allowed are: a-Z,, 0-9 as long as not at the beginning, _, and ? (for boolean functions) and ! (for destructive functions) and = (for setters).
a-Z,
0-9
_
!
=