I know you can do something like:
\"SomeWordHere\".underscore.gsub(\"_\", \" \")
to get \"some word here\".
I thought that might
Nope there is no built-in method that I know of. Any more efficient then a one-liner? Don't thinks so. Maybe humanize instead of the gsub, but you don't get exactly the same output.
humanize
gsub