lib/konstruo.rb in konstruo-1.0.0 vs lib/konstruo.rb in konstruo-1.0.1
- old
+ new
@@ -1,9 +1,10 @@
# typed: strict
# frozen_string_literal: true
require 'sorbet-runtime'
require_relative 'konstruo/version'
+require_relative 'konstruo/mapper'
module Konstruo
class ValidationError < StandardError; end
class Boolean