lib/plugins/plugin.rb in rsence-2.0.0.8.pre vs lib/plugins/plugin.rb in rsence-2.0.0.9.pre
- old
+ new
@@ -203,11 +203,11 @@
##
## # When false, doesn't pass the msg as the first parameter.
## # Defaults to true
## :uses_msg: true
##
- ## # Restore the default, when the session is restored; defaults to false
+ ## # Restore the default, when the session is restored; defaults to true
## :restore_default: false
##
## # List of value responder methods to bind.
## :responders:
## -
@@ -473,10 +473,10 @@
# :method => 'method_name', # mandatory; name of the method to call
# :args => [ 1, 'foo', 3 ], # optional, list of parameter values for the :method
# :uses_msg => true # defaults to true; when false, doesn't pass the msg as the first parameter
# },
#
- # # Restore the default, when the session is restored; defaults to false
+ # # Restore the default, when the session is restored; defaults to true
# :restore_default => false,
#
# # List of value responder methods to bind.
# :responders => [
# {