Earlier quoted context omitted.
In the context of this article that's just confusing the issue. "Type" is both well-defined and not the same as "type" in a Ruby context.
What is type in a Ruby context?
irb(main):005:0> 3.class
=> Fixnum
Such a "type" doesn't have much to do with "types" as discussed when referring to static types. They're simply orthogonal concepts.