Method: VCLog::Heuristics#colors
- Defined in:
- lib/vclog/heuristics.rb
#colors(*list) ⇒ Object
Set color list. The center element cooresponds to ‘level=0`. Elements before the center are incrementally higher levels and those after are lower.
108 109 110 |
# File 'lib/vclog/heuristics.rb', line 108 def colors(*list) @colors = list end |