Method: Cure::Configuration::FileHandler#with_file
- Defined in:
- lib/cure/config.rb
#with_file(&_block) ⇒ Object
156 157 158 159 160 161 |
# File 'lib/cure/config.rb', line 156 def with_file(&_block) yield @file, @ref_name ensure @file&.close end |