# File lib/pickle/parser.rb, line 36 def canonical(str) str.to_s.underscore.gsub(' ','_').gsub('/','_') end