module RailsMFA

def configure

def configure
  self.configuration ||= Configuration.new
  yield(configuration) if block_given?
end