# File lib/tinymce/rails/asset_manifest.rb, line 25 def append(logical_path, file) @manifest[logical_path] = logical_path end
# File lib/tinymce/rails/asset_manifest.rb, line 50 def dump(io=nil) YAML.dump(@manifest, io) end
# File lib/tinymce/rails/asset_manifest.rb, line 40 def each(pattern) @manifest.each_key do |asset| yield asset if asset =~ pattern end end
# File lib/tinymce/rails/asset_manifest.rb, line 29 def remove(logical_path) @manifest.delete(logical_path) end
Generated with the Darkfish Rdoc Generator 2.