# File lib/spec/matchers/pretty.rb, line 4
def
split_words
(
sym
)
sym
.
to_s
.
gsub
(
/_/
,
' '
)
end