module Rmd class Configure class << self attr_accessor :config def set(config) @config = config end def get @config end end end end