Method: Dry::Schema::Path#last
- Defined in:
- lib/dry/schema/path.rb
#last ⇒ Object
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.
95 96 97 |
# File 'lib/dry/schema/path.rb', line 95 def last keys.last end |