Posts tagged cucumber

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

Some gherkin

Continue reading »