Sha256: 2a9e98b087066688081d3185dab204427c0c1769c16cd522c15f00487dcbf534

Contents?: true

Size: 760 Bytes

Versions: 21

Compression:

Stored size: 760 Bytes

Contents

=== vars ===

<%- (@obj.keys - %w{template uri path strings arrays body dirs}).sort.each do |key| -%>
 * <%= key %>	<%= @obj[key].inspect %>
<%- end -%>

=== special variables ===

 * template	<%= template.inspect %>
 * uri		<%= uri.inspect %>
 * uri.smc	<%= uri.smc.inspect %>
 * path		<%= path.inspect %>
 * path.smc	<%= path.smc.inspect %>
 * strings      <%= strings.inspect %>
 * arrays       <%= arrays.inspect %>
 * body         <%= body.inspect %>

=== directory info ===

<%- dirs.each_with_index do |dir,i| -%>
 * dirs[<%= i %>]
 <%- dir.keys.sort.each do |k| -%>
   * dirs[<%= i %>]["<%= k %>"]	<%= dir[k].inspect %>
 <%- end %>
<%- end -%>
=== smc object ===

 * @obj.class.name	<%= @obj.class.name %>
 * @obj.keys.inspect	<%= @obj.keys.inspect %>

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
smallcage-0.3.2 project/tutorial2/_smc/templates/smc_variables.rhtml
smallcage-0.3.1 project/tutorial2/_smc/templates/smc_variables.rhtml
smallcage-0.3.0 project/tutorial2/_smc/templates/smc_variables.rhtml
smallcage-0.2.9 project/tutorial2/_smc/templates/smc_variables.rhtml
smallcage-0.2.8 project/tutorial2/_smc/templates/smc_variables.rhtml
smallcage-0.2.7 project/tutorial2/_smc/templates/smc_variables.rhtml
bluemark-smallcage-0.1.4 project/tutorial2/_smc/templates/smc_variables.rhtml
bluemark-smallcage-0.1.5 project/tutorial2/_smc/templates/smc_variables.rhtml
smallcage-0.2.6 project/tutorial2/_smc/templates/smc_variables.rhtml
smallcage-0.2.5 project/tutorial2/_smc/templates/smc_variables.rhtml
smallcage-0.2.4 project/tutorial2/_smc/templates/smc_variables.rhtml
smallcage-0.2.3 project/tutorial2/_smc/templates/smc_variables.rhtml
smallcage-0.2.2 project/tutorial2/_smc/templates/smc_variables.rhtml
smallcage-0.2.1 project/tutorial2/_smc/templates/smc_variables.rhtml
smallcage-0.2.0 project/tutorial2/_smc/templates/smc_variables.rhtml
smallcage-0.1.9 project/tutorial2/_smc/templates/smc_variables.rhtml
smallcage-0.1.8 project/tutorial2/_smc/templates/smc_variables.rhtml
smallcage-0.1.7 project/tutorial2/_smc/templates/smc_variables.rhtml
smallcage-0.1.6 project/tutorial2/_smc/templates/smc_variables.rhtml
smallcage-0.1.5 project/tutorial2/_smc/templates/smc_variables.rhtml