Method: Config#get_long_list
- Defined in:
- lib/hocon/config.rb
#get_long_list(path) ⇒ Object
Gets a list value with long elements. Throws if the path is unset or null or not a list or contains values not convertible to long.
777 778 779 |
# File 'lib/hocon/config.rb', line 777 def get_long_list(path) raise Hocon::ConfigError::ConfigBugOrBrokenError, "subclasses of `Config` must implement `get_long_list` (#{self.class})" end |