Method: Blueprinter::BlockExtractor#extract
- Defined in:
- lib/blueprinter/extractors/block_extractor.rb
#extract(_field_name, object, local_options, options = {}) ⇒ 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.
8 9 10 |
# File 'lib/blueprinter/extractors/block_extractor.rb', line 8 def extract(_field_name, object, , = {}) [:block].call(object, ) end |