Method: Mutaconf::Config#contents

Defined in:
lib/mutaconf/config.rb

#contentsObject



21
22
23
# File 'lib/mutaconf/config.rb', line 21

def contents
  @contents ||= @parser ? @parser.parse(raw) : raw
end