Method: RuboCop::Formatter::HTMLFormatter::Color#to_s
- Defined in:
- lib/rubocop/formatter/html_formatter.rb
#to_s ⇒ Object
15 16 17 |
# File 'lib/rubocop/formatter/html_formatter.rb', line 15 def to_s "rgba(#{values.join(', ')})" end |