Skip to content

Commit

Permalink
moved include inside class
Browse files Browse the repository at this point in the history
  • Loading branch information
cberizko committed Dec 6, 2016
1 parent 388e1bb commit bf9f353
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 bf9f353

Please sign in to comment.