class Envirobly::Default

def value

def value
  if File.exist?(@path)
    cast_value File.read(@path).strip
  else
    nil
  end
end