Sha256: f368d61f22eada197254197700ee62a372be543765412298f627575b14e90358

Contents?: true

Size: 173 Bytes

Versions: 5

Compression:

Stored size: 173 Bytes

Contents

```shell
<%
  first = lines.shift
  last  = lines.pop
-%>
<%= first -%>
<%= ' \\' if lines.any? %>
<% lines.each do |line| -%>
  <%= line -%> \
<% end -%>
  <%= last %>
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
grape-slate-0.0.6 lib/grape-slate/templates/shell.md.erb
grape-slate-0.0.5 lib/grape-slate/templates/shell.md.erb
grape-slate-0.0.4 lib/grape-slate/templates/shell.md.erb
grape-slate-0.0.3 lib/grape-slate/templates/shell.md.erb
grape-slate-0.0.2 lib/grape-slate/templates/shell.md.erb