Skip to content

Commit

Permalink
Merge pull request #5 from versus-systems/master
Browse files Browse the repository at this point in the history
moved include inside class
  • Loading branch information
lindt authored Dec 8, 2016
2 parents 4febbc3 + bf9f353 commit 34a20b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gherkin_lint/issue.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require 'term/ansicolor'
include Term::ANSIColor

module GherkinLint
# entity value class for issues
class Issue
include Term::ANSIColor
attr_reader :name, :references, :description

def initialize(name, references, description = nil)
Expand Down

0 comments on commit 34a20b0

Please sign in to comment.