Returns:
16 17 18
# File 'lib/jan/code.rb', line 16 def valid? @body.valid? && @check_digit.valid? && @body.calculate_check_digit == @check_digit end