Method: Dry::Schema::Path#initialize
- Defined in:
- lib/dry/schema/path.rb
#initialize(keys) ⇒ Path
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Path.
57 58 59 |
# File 'lib/dry/schema/path.rb', line 57 def initialize(keys) @keys = keys end |