Sha256: ea6825ed8138dbcc2ce60ab24477556bd99de5f9972f00fc7b517616bb23df48

Contents?: true

Size: 127 Bytes

Versions: 4

Compression:

Stored size: 127 Bytes

Contents

module Git
  module Conform
    class TrueChecker < BaseChecker

      def conforms?
        true
      end

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
git-conform-1.3.0 lib/git/conform/checkers/true_checker.rb
git-conform-1.2.1 lib/git/conform/checkers/true_checker.rb
git-conform-1.1.0 lib/git/conform/checkers/true_checker.rb
git-conform-1.0.0 lib/git/conform/checkers/true_checker.rb