When debugging a Ruby program, you can use the ____ method to execute the program without any stepping, stopping execution when a breakpoint is reached or the programs ends.
A. run
B. cont
C. execute
D. continue
Answer: B
You might also like to view...
Which of the following are advantages of a peer-to-peer network? (Select all that apply.)
a. Poor security b. No centralized network administration c. Easy to set up d. Users must administer their own network e. Resource sharing
You can upgrade a 64-bit Windows Vista operating system to a 320bit Windows 7 operating system
Indicate whether the statement is true or false
Network management is one of the most important tasks that is performed in a networked computer environment.
Answer the following statement true (T) or false (F)
Which of the following is a valid header for a procedure that receives the address of a Decimal variable followed by an integer?
a. private sub getfee(byVal decX as decimal, byadd inty as integer) b. private sub getfee(decx as decimal, inty as integer) c. private sub getfee(byref decx as decimal, byref inty as integer) d. none of the above