Method: Blueprinter::Configuration#jsonify

Defined in:
lib/blueprinter/configuration.rb

#jsonify(blob) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



21
22
23
# File 'lib/blueprinter/configuration.rb', line 21

def jsonify(blob)
  generator.public_send(method, blob)
end