lib/dry/schema.rb in dry-schema-0.3.0 vs lib/dry/schema.rb in dry-schema-0.4.0
- old
+ new
@@ -36,18 +36,9 @@
#
# @api public
def self.JSON(**options, &block)
define(**options, processor_type: JSON, &block)
end
-
- # Return configured paths to message files
- #
- # @return [Array<String>]
- #
- # @api public
- def self.messages_paths
- Messages::Abstract.config.paths
- end
end
end
require 'dry/schema/extensions'