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

Version Path
cybertron-0.2.5 lib/templates/transforms/fixture_input.tt
cybertron-0.2.4 lib/templates/transforms/fixture_input.tt
cybertron-0.2.3 lib/templates/transforms/fixture_input.tt
cybertron-0.1.3 lib/templates/transforms/fixture_input.tt
cybertron-0.1.2 lib/templates/fixture_input.tt
cybertron-0.1.1 lib/templates/fixture_input.tt
cybertron-0.1.0 lib/templates/fixture_input.tt