Sha256: 01bec3537ccf477f5f3200324a05b7d58e5b2e89a4b7e041a73e3a0a4bc79a5e

Contents?: true

Size: 183 Bytes

Versions: 3

Compression:

Stored size: 183 Bytes

Contents

module OffTheGrid
  module Templates
    module User
      ERB = <<EOF.freeze
name <%= @name %>
oticket 0
fshare 0
delete_time 0
default_project <%= @project %>
EOF
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
off_the_grid-0.0.6 lib/off_the_grid/templates/user.rb
off_the_grid-0.0.5 lib/off_the_grid/templates/user.rb
off_the_grid-0.0.4 lib/off_the_grid/templates/user.rb