21 22 23
# File 'lib/mutaconf/config.rb', line 21 def contents @contents ||= @parser ? @parser.parse(raw) : raw end