coderay_stylesheet
4 lines
| 93 B
| text/plain
|
TextLexer
|
r2965 | #!/usr/bin/env ruby | ||
require 'coderay' | ||||
puts CodeRay::Encoders[:html]::CSS.new.stylesheet | ||||