mirror of
https://github.com/redmine/redmine.git
synced 2025-11-11 07:46:02 +01:00
5 lines
93 B
Plaintext
5 lines
93 B
Plaintext
|
|
#!/usr/bin/env ruby
|
||
|
|
require 'coderay'
|
||
|
|
|
||
|
|
puts CodeRay::Encoders[:html]::CSS.new.stylesheet
|