# encoding: utf-8 # frozen_string_literal: true module Traits class Base def to_hash {} end end end