class Apivore::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/apivore/fragment.rb, line 5
def split(options = nil)
  self
end