class Alterant::Helpers::Jpath
Public Instance Methods
fetch(context, key)
click to toggle source
# File lib/alterant/helpers/jpath.rb, line 6 def fetch(context, key) return ::JsonPath.on(context, key) end
# File lib/alterant/helpers/jpath.rb, line 6 def fetch(context, key) return ::JsonPath.on(context, key) end