68 69 70 71 72 73 74 75
# File 'lib/cnote/config.rb', line 68 def get(key) case key.downcase when 'editor' editor when 'prompt' prompt end end