Class: JSONP3::Path::FunctionExtension
- Inherits:
-
Object
- Object
- JSONP3::Path::FunctionExtension
- Defined in:
- lib/json_p3/path/function.rb
Overview
Base class for all filter functions.
Instance Method Summary collapse
Instance Method Details
#call(*_args, **_kwargs) ⇒ Object
7 8 9 |
# File 'lib/json_p3/path/function.rb', line 7 def call(*_args, **_kwargs) raise "function extensions must implement `call()`" end |