Sha256: 63aa696eaa32784ec6a6a98dcc87ef85942a9bee05fa478c7c41a33fb02856ab

Contents?: true

Size: 298 Bytes

Versions: 3

Compression:

Stored size: 298 Bytes

Contents

# We can excerpt the output of a command instead of running the command on an
# excerpt.
# :PROCESS: ruby, "ruby %f"
# :SAMPLE:

puts "-" * 3
puts "line 1"
puts "-" * 5

puts "=" * 3
puts "line 2"
puts "=" * 5

# :TEXT:
# :INSERT: $SOURCE|ruby:/===/../=====/
# :INSERT: $SOURCE|ruby:/---/../-----/

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
devver-germinate-1.1.0 features/example_articles/excerpt_output.rb
devver-germinate-1.2.0 features/example_articles/excerpt_output.rb
germinate-1.2.0 features/example_articles/excerpt_output.rb