class TinyMCE::YamlManifest

def initialize(file)

def initialize(file)
  @file = file
  @manifest = YAML.load_file(file)
end