class Pfm::Command::Configure

def null?(value)

def null?(value)
  value.nil? || value == ''
end