class TinyMCE::Rails::YamlManifest

def dump(io=nil)

def dump(io=nil)
  YAML.dump(@manifest, io)
end