200702232248CodeRay
CodeRay is a fast syntax highlighting library written completely in Ruby.
Usage & Live Demo
require 'rubygems' |
Output
1 puts %[Hello, world!] |

回應
CodeRay is a fast syntax highlighting library written completely in Ruby.
require 'rubygems' |
1 puts %[Hello, world!] |