261 262 263 264 265 266
# File 'lib/utils/config_file.rb', line 261 def edit(&block) if block @edit = Edit.new(&block) end @edit ||= Edit.new end