class ViewComponentContrib::WrapperComponent

def call

choosing between #call and a template.)
(Alias couldn't be used here 'cause ViewComponent check for the method presence when
Simply return the contents of the block passed to #render_component.
def call
  content
end