November 2001
Intermediate to advanced
218 pages
6h 22m
English
Comments are lines of annotation within
Ruby code that are ignored at runtime. Comments extend from
# to the end of the line.
# This is a comment.
Ruby code can contain embedded documents
too. Embedded documents extend from a line beginning with
=begin to the next line beginning with
=end. =begin and
=end must come at the beginning of a line.
=begin This is an embedded document. =end
Read now
Unlock full access