Sha256: c19c2d3be79523f9fa83b50564cd3fab6101831979788f5a9d47decbc684019b
Contents?: true
Size: 636 Bytes
Versions: 1
Compression:
Stored size: 636 Bytes
Contents
<% unless import_statements.empty? %><%= import_statements %><% end %> <%= fake_class_signature %> { <% functions.each do |f| -%> <%= f.signature %> { <%= f.call_count %> += 1 <% if f.has_args? %><%= f.args_store_append %><% end %> <% if f.returns? %><%= f.return_value_declaration %><% end %> } <% end %> // MARK: - Fake Helpers <% functions.each do |f| -%> <%= f.call_count_declaration %> <% end %> <% functions_with_args.each do |f| -%> <%= f.args_store_declaration %> <% end %> <% functions_with_return_value.each do |f| -%> <%= f.return_value_store_declaration %> <% end %> }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
swiftfake-0.3.0 | lib/template.erb |