class Feather::Template::VariableTracker

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/feather/template.rb, line 12
def initialize
  super do |h, k|
    h[k] = h.length
  end
end