File indexing completed on 2024-05-26 04:02:03

0001 v.setCursorPosition(0, 11);
0002 v.enter();
0003 v.type("def current_time = Time.now");
0004 v.enter();
0005 v.enter();
0006 v.type("puts \"It's #{current_time}!\"");