Class: MiniApivore::Fragment
- Defined in:
- lib/mini_apivore/fragment.rb
Overview
This is a workaround for json-schema’s fragment validation which does not allow paths to contain forward slashes
current json-schema attempts to split('/') on a string path to produce an array.
Instance Method Summary collapse
Methods inherited from Array
Instance Method Details
#split(options = nil) ⇒ Object
7 8 9 |
# File 'lib/mini_apivore/fragment.rb', line 7 def split( = nil) self end |