class Erubis::Context

def to_hash

def to_hash
  hash = {}
  self.keys.each { |key| hash[key] = self[key] }
  return hash
end