Class: Alterant::Helpers::Jpath

Inherits:
Object
  • Object
show all
Defined in:
lib/alterant/helpers/jpath.rb

Instance Method Summary collapse

Instance Method Details

#fetch(context, key) ⇒ Object



6
7
8
# File 'lib/alterant/helpers/jpath.rb', line 6

def fetch(context, key)
	return ::JsonPath.on(context, key)
end