# module.rb

module Something
  puts "Something"
end

module Nothing
  puts "Nothing"
end
