class GovukPublishingComponents::Presenters::RelatedNavigationHelper

def initialize(options = {})

def initialize(options = {})
  @content_item = options.fetch(:content_item) { raise ArgumentError, "missing argument: content_item" }
  @context = options.fetch(:context, nil)
end