class Coco::Theme
A CSS theme for the report.
Public Class Methods
new(name)
click to toggle source
# File lib/coco/theme.rb, line 7 def initialize(name) @name = "#{name}.css" end
Public Instance Methods
filename()
click to toggle source
# File lib/coco/theme.rb, line 11 def filename File.join(Coco::ROOT, 'template/css', @name) end