rollable
rollable copied to clipboard
Regex in method missing only allows single words
The regex in method missing, and respond_to of course, should also allow words seperated by underscore. Fixing it by making two regexes is possible, but one would be nicer.