expand(target, value, block)
public

No documentation available.

# File activesupport/lib/active_support/callbacks.rb, line 422
          def expand(target, value, block)
            [target, @override_block, :instance_exec, target]
          end