class Configurious::Operations::Remove

Public Instance Methods

do_operation(dict, key) click to toggle source
# File lib/configurious/operations.rb, line 132
def do_operation(dict, key)
  dict.delete(key)
end