lib/wx/doc/persistence_manager.rb in wxruby3-0.9.8 vs lib/wx/doc/persistence_manager.rb in wxruby3-1.0.1
- old
+ new
@@ -12,10 +12,10 @@
# This is a compatibility function that simply redirects the call to the object itself. Any object class
# supporting persistence should implement the #create_persistent_object method to return a Wx::PersistentObject
# instance for the object it is called for.
# This method raises a NoImplementError if the object class does not support persistence.
# @see Defining Custom Persistent Windows
- # @param obj [Object]
+ # @param obj [::Object]
# @return [Wx::PersistentObject]
def self.create_persistent_object(obj) end
# A shorter synonym for {Wx::PersistenceManager#register_and_restore}.
#