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