Posts tagged code

Apr10

Syntax highlighting test

ruby code gherkin cucumber | comments

Checking out how well syntax highlighting works

Some ruby

class Gdakram def self.quacks "#{self} quack quack" end end Gdakram.quacks Continue reading »