module SlotLanguage class SlotMaker attr_reader :name def initialize(name , more) @name = name end end end