Module: Evilution::Reporter::HTML::Stylesheet Private
- Defined in:
- lib/evilution/reporter/html/stylesheet.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Constant Summary collapse
- PATH =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
File.("assets/style.css", __dir__)
- CSS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
File.read(PATH).freeze
Class Method Summary collapse
- .call ⇒ Object private
Class Method Details
.call ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
11 12 13 |
# File 'lib/evilution/reporter/html/stylesheet.rb', line 11 def call "<style>\n#{CSS}</style>" end |