class MiniApivore::Fragment
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.
Public Instance Methods
split(options = nil)
click to toggle source
# File lib/mini_apivore/fragment.rb, line 7 def split(options = nil) self end