rubyx/lib/slot_language/slot_maker.rb

8 lines
89 B
Ruby

module SlotLanguage
class SlotMaker
def initialize(name , more)
end
end
end