Sha256: f38e9164c790a83c133a03352fc50540f7c81e88975aab61670cf0253f8a299a
Contents?: true
Size: 221 Bytes
Versions: 7
Compression:
Stored size: 221 Bytes
Contents
tips = [ "Click on any AST node with a '+' to expand it", "Hovering over a node highlights the \ corresponding part in the source code", ] def print_tips tips.each { |key, value| print "Tip #{key}: #{value}" } end
Version data entries
7 entries across 7 versions & 1 rubygems