def bla(x)
case x
# when String
# p :string
when Int32
p :int32
end
end
bla(1)
=>
def bla(x)
case x
# when String
# p :string
when Int32
p :int32
end
end
bla(1)
I knew it! Every time I finish preparing a release someone reports a bug 馃槷
Luckily this is a minor one 馃樃
Most helpful comment
I knew it! Every time I finish preparing a release someone reports a bug 馃槷
Luckily this is a minor one 馃樃