Sha256: 80d7446c5af06f6aa3b1b4c1c261f210af407ba4c2c47ec2b907c503f6ea1fb3
Contents?: true
Size: 422 Bytes
Versions: 2
Compression:
Stored size: 422 Bytes
Contents
# ============================================================================= # # MODULE : lib/{{project_name}}/{{class_filename}}.rb # PROJECT : {{project_namespace}} # DESCRIPTION : # # Copyright (c) {{copyright_year}}, {{copyright_owner}}. All rights reserved. # ============================================================================= module {{project_namespace}} class {{class_name}} end end
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
folder_template-0.1.1 | test/data/test1/template/lib/{{project_name}}/{{class_filename}}.rb |
folder_template-0.1.1 | test/data/test_append/template/lib/{{project_name}}/{{class_filename}}.rb |