Sha256: ff08fc43ecd0567f49d570ab5590fbdef86262fa793b7cac2e2b4a61bd86ae4c
Contents?: true
Size: 667 Bytes
Versions: 2
Compression:
Stored size: 667 Bytes
Contents
We can paste in all the code: a_line_1 = 1 a_line_2 = 2 a_line_3 = 3 a_line_4 = 4 b_line_1 = 1 b_line_2 = 2 Or all the text: # We can paste in all the code: Insertion[$CODE(<Unknown>)] # # Or all the text: Insertion[$TEXT(<Unknown>)] # # Or the entire source file Insertion[$SOURCE(<Unknown>)] Or the entire source file # :SAMPLE: A a_line_1 = 1 a_line_2 = 2 a_line_3 = 3 a_line_4 = 4 # :SAMPLE: B b_line_1 = 1 b_line_2 = 2 # :TEXT: # We can paste in all the code: # :INSERT: $CODE, { disable_transforms: true } # # Or all the text: # :INSERT: $TEXT, { disable_transforms: true } # # Or the entire source file # :INSERT: $SOURCE, { disable_transforms: true }
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
devver-germinate-1.2.0 | features/example_output/specials.txt |
germinate-1.2.0 | features/example_output/specials.txt |