8 lines
89 B
Ruby
8 lines
89 B
Ruby
module SlotLanguage
|
|
class SlotMaker
|
|
def initialize(name , more)
|
|
|
|
end
|
|
end
|
|
end
|