Class: Jekyll::PreCommit::Checks::Check
- Inherits:
-
Object
- Object
- Jekyll::PreCommit::Checks::Check
- Defined in:
- lib/jekyll-pre-commit/checks/check.rb
Direct Known Subclasses
FrontMatterVariableExists, FrontMatterVariableIsNotDuplicate, FrontMatterVariableMeetsLengthRequirements
Instance Method Summary collapse
-
#initialize ⇒ Check
constructor
A new instance of Check.
Constructor Details
#initialize ⇒ Check
Returns a new instance of Check.
5 6 7 |
# File 'lib/jekyll-pre-commit/checks/check.rb', line 5 def initialize @result = { :ok => true, :message => "" } end |