Since TrueClass is immutable it cannot be duplicated. For this reason try_dup returns self.
true.dup! #=> true
[Validate]