README.md in unidom-visitor-1.10 vs README.md in unidom-visitor-1.11

- old
+ new

@@ -98,11 +98,12 @@ 6. Define the #is_identificated! method as: ``is_identificated!(as: nil, at: Time.now)`` 7. Define the #is_identificated? method as: ``is_identificated?(as: nil, at: Time.now)`` 8. Define the #is_authenticated! method as: ``is_authenticated!(through: nil, at: Time.now, flag_code: 'RQRD')`` 9. Define the #is_authenticated? method as: ``is_authenticated?(through: nil, at: Time.now, flag_code: 'RQRD')`` 10. Define the #cognize! method as: ``cognize!(it, at: Time.now, primary: true)`` -11. Define the .sign_up! method as: ``sign_up!(it, as: nil, through: nil, at: Time.now, flag_code: 'RQRD', primary: true)`` +11. Define the #cognize? method as: ``cognize?(it, at: Time.now, primary: true)`` +12. Define the .sign_up! method as: ``sign_up!(it, as: nil, through: nil, at: Time.now, flag_code: 'RQRD', primary: true)`` ### As Identity concern The As Identity concern do the following tasks for the includer automatically: 1. Define the has_many :identificatings macro as: ``has_many :identificatings, class_name: 'Unidom::Visitor::Identificating', as: :identity`` @@ -118,6 +119,7 @@ ### As Party concern The As Party concern do the following tasks for the includer automatically: 1. Define the has_many :recognizations macro as: ``has_many :recognizations, class_name: 'Unidom::Visitor::Recognization', as: :party`` -2. Define the #is_cognized! method as: ``is_cognized!(via: nil, at: Time.now, primary: true)`` +2. Define the #is_cognized! method as: ``is_cognized!(via: nil, at: Time.now, primary: true)`` +3. Define the #is_cognized? method as: ``is_cognized!(via: nil, at: Time.now, primary: true)``