module Hot # Hot Live constants class Live def initialize puts 'initialized' end endend
module Hot
# Hot Live constants
class Live
def initialize
puts 'initialized'
end