You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Command's bug
Configuration (when the bug has been encountered)
v1.4.0page_runnable?Bug's description
Actual behaviour
The
page_runnable?command generates the following error message when invoked:Actually, this variable
p_idis used within thepage_runnable?method but has not been initialized nor assigned.Expected behaviour
What's the command's documentation tells: "Tells whether the given page of the given event is runnable by the calling event, or not".
Steps to reproduce
Try to invoke the commands with whatever arguments.
For instance:
puts "page_runnable? => #{page_runnable?(1, 1, 1)}"