lib/wx/doc/variant.rb in wxruby3-1.2.1 vs lib/wx/doc/variant.rb in wxruby3-1.3.0

- old
+ new

@@ -166,8 +166,16 @@ # nil and not one of the other value types). # @param [Class] klass the (base) class of the Ruby object to check # @return [true,false] def object?(klass=Object) end + # Copy constructs a Variant instance. + # @return [Wx::Variant] + def dup; end + + # Calls #dup. + # @return [Wx::Variant] + def clone; end + end end