Sha256: b0f3b14159e82ba13b88ffd9674cb2fc512ba5e98c0eea528e20cfd6a54b3f7e
Contents?: true
Size: 298 Bytes
Versions: 2
Compression:
Stored size: 298 Bytes
Contents
# encoding: utf-8 module Rango module Settings class Template < Settings # @since 0.0.3 hattribute :caching, Rango.debug? # @since 0.0.3 # useful for helpers hattribute :format, :html # @since 0.0.3 hattribute :format_version, 5 end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rango-0.1.pre | lib/rango/settings/template.rb |
rango-0.0.4 | lib/rango/settings/template.rb |