Method: Chronicle::ETL::Configurable::Config#compacted_h
- Defined in:
- lib/chronicle/etl/configurable.rb
#compacted_h ⇒ Object
Config values that aren't nil, as a hash
28 29 30 |
# File 'lib/chronicle/etl/configurable.rb', line 28 def compacted_h to_h.compact end |