46 47 48
# File 'lib/Olib/utils/cli.rb', line 46 def symbolize(flag) flag.gsub('--', '').gsub('-', '_').to_sym end