Sha256: 0445833c6086ffa42ed42e3bda7370b92e1d2c030f7c77f70340209e7ad88f9d
Contents?: true
Size: 299 Bytes
Versions: 15
Compression:
Stored size: 299 Bytes
Contents
# -*- encoding : utf-8 -*- class Card class Format # base class for rendering in YAML (Yet Another Markup Language) class YamlFormat < DataFormat register :yaml register :yml aliases["yml"] = "yaml" def mime_type "text/x-yaml" end end end end
Version data entries
15 entries across 15 versions & 1 rubygems