[ LiB ]SummaryExercises

Questions and Answers

1:

Q: Ack! What does "parse error" mean?

A:

A: It usually means you have a block that's missing an end.

2:

Q: I heard that Ruby is a compiled language and not interpreted; is this true?

A:

A: There are plans in the future to move Ruby closer to a compiled language in order to increase its execution speed.

[ LiB ]SummaryExercises