Method: EacConfig::Entry#value!

Defined in:
lib/eac_config/entry.rb

#value!Object



34
35
36
37
38
# File 'lib/eac_config/entry.rb', line 34

def value!
  return value if found?

  raise ::EacConfig::Entry::NotFoundError, self
end