blob: e935784ba7c7d9c4d56ea0d68505b885e9547e5f [file] [log] [blame]
class Leto
def test
end
end
t = Leto.new
class <<t
def xxx
puts 'xxx'
end
end
t.