module Eco module Common class Language include Eco::Language end end end Handy = Eco::Common::Language.new