Mercurial > hg > soundsoftware-site
view vendor/gems/coderay-0.9.7/lib/coderay/style.rb @ 1173:5d3fb66f9ae4 bug_371
Close obsolete branch bug_371
| author | Chris Cannam |
|---|---|
| date | Fri, 03 Feb 2012 15:02:13 +0000 |
| parents | 0579821a129a |
| children |
line wrap: on
line source
module CodeRay # This module holds the Style class and its subclasses. # # See Plugin. module Styles extend PluginHost plugin_path File.dirname(__FILE__), 'styles' class Style extend Plugin plugin_host Styles DEFAULT_OPTIONS = { } end end end
