CodeBreaker v0.1.2 Release Notes

Release Date: 2015-10-04 // over 8 years ago
    • 📜 Parse empty string and Ruby comment as an empty Array - Fixes #2

      require 'code_breaker'CodeBreaker.parse('')CodeBreaker.parse('# a comment')# => []