blob: 3bd9d3fc9d44d6ee0b41f77765438b5f4e8f3ff9 [file] [log] [blame]
"sdfsdf".length.times { |count|
class Vista
def tuk
putc 'x'
end
end
v = Vista.new
v.tu
}