Method: CabbageDoc::Collection#save!

Defined in:
lib/cabbage_doc/collection.rb

#save!Object



61
62
63
64
# File 'lib/cabbage_doc/collection.rb', line 61

def save!
  sort!
  open(filename, 'w') { |f| f.write(YAML.dump(@_controllers)) } rescue nil
end