dry-types 0.8.1 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +0,0 @@
1
- require 'ice_nine'
2
-
3
- require 'dry/types/struct'
4
-
5
- module Dry
6
- module Types
7
- class Value < Struct
8
- def self.new(*)
9
- IceNine.deep_freeze(super)
10
- end
11
- end
12
- end
13
- end