# frozen_string_literal: true require 'rom/attribute' module ROM module HTTP class Attribute < ROM::Attribute end end end