module Brief module Formatters class Base attr_accessor :element def initialize(element) @element = element end end end end