class Tardef::Validator::Base

Public Class Methods

new() click to toggle source
# File lib/tardef/validator/base.rb, line 3
def initialize
  @errors = []
end