class Rack::Tracker::Zanox::Mastertag
name of the handler everything after is passed as options
Public Instance Methods
write()
click to toggle source
# File lib/rack/tracker/zanox/zanox.rb, line 6 def write to_h.except(:id).map do |k,v| "var zx_#{k} = #{v.to_json};" end.join("\n") end