Skip to content

v0.1.2 bugfix release

Choose a tag to compare

@paulgoetze paulgoetze released this 04 Oct 08:42
  • Parse empty string and Ruby comment as an empty Array - Fixes #2
require 'code_breaker'
CodeBreaker.parse('')
CodeBreaker.parse('# a comment')
# => []