Method: Taeval::Output#initialize
- Defined in:
- lib/taeval/output.rb
#initialize(conf_h) ⇒ Output
Returns a new instance of Output.
4 5 6 |
# File 'lib/taeval/output.rb', line 4 def initialize(conf_h) @verbose = conf_h.fetch('verbose', false) end |